mirror of
https://github.com/MariaDB/server.git
synced 2025-10-19 21:09:40 +03:00
corrrection of test case
mysql-test/r/ndb_binlog_ddl_multi.result: corrrection of test case (this was actually a bug that had not been spotted, that was fixed by previous patch)
This commit is contained in:
@@ -31,9 +31,11 @@ drop table mysqltest.t1;
|
||||
show binlog events from <binlog_start>;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Query 102 # ALTER DATABASE mysqltest CHARACTER SET latin1
|
||||
master-bin.000001 # Query 102 # use `mysqltest`; drop table `t1`
|
||||
show binlog events from <binlog_start>;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Query 102 # ALTER DATABASE mysqltest CHARACTER SET latin1
|
||||
master-bin.000001 # Query 102 # use `mysqltest`; drop table `t1`
|
||||
reset master;
|
||||
reset master;
|
||||
use test;
|
||||
|
Reference in New Issue
Block a user