mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into dl145s.mysql.com:/data0/mhansson/my51-bug30234
This commit is contained in:
commit
3d91b3ac61
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…
Add table
Reference in a new issue