1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

ps_1general fixed.

This commit is contained in:
unknown
2013-07-03 10:18:22 +03:00
parent 82a0b8ae30
commit 68daeda521

View File

@@ -325,10 +325,10 @@ drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ; prepare stmt1 from ' drop table if exists t5 ' ;
execute stmt1 ; execute stmt1 ;
Warnings: Warnings:
Note 1051 Unknown table 't5' Note 1051 Unknown table 'test.t5'
prepare stmt1 from ' drop table t5 ' ; prepare stmt1 from ' drop table t5 ' ;
execute stmt1 ; execute stmt1 ;
ERROR 42S02: Unknown table 't5' ERROR 42S02: Unknown table 'test.t5'
prepare stmt1 from ' SELECT @@version ' ; prepare stmt1 from ' SELECT @@version ' ;
execute stmt1 ; execute stmt1 ;
@@version @@version