ps_1general fixed.
This commit is contained in:
parent
82a0b8ae30
commit
68daeda521
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user