mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
test case fix
This commit is contained in:
parent
d892e68269
commit
7d89be3f4f
2 changed files with 2 additions and 0 deletions
|
@ -1618,4 +1618,5 @@ show events from information_schema;
|
||||||
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
|
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
|
||||||
show events where Db= 'information_schema';
|
show events where Db= 'information_schema';
|
||||||
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
|
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
|
||||||
|
use test;
|
||||||
End of 5.1 tests.
|
End of 5.1 tests.
|
||||||
|
|
|
@ -1245,5 +1245,6 @@ use information_schema;
|
||||||
show events;
|
show events;
|
||||||
show events from information_schema;
|
show events from information_schema;
|
||||||
show events where Db= 'information_schema';
|
show events where Db= 'information_schema';
|
||||||
|
use test;
|
||||||
|
|
||||||
--echo End of 5.1 tests.
|
--echo End of 5.1 tests.
|
||||||
|
|
Loading…
Reference in a new issue