mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41: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:
@@ -11,6 +11,6 @@ create database mysqltest;
|
||||
use mysqltest;
|
||||
create table t1 (a int primary key, b int) engine=ndb;
|
||||
insert into t1 values (1, 1);
|
||||
-- source include/show_binlog_events.inc
|
||||
-- source include/show_binlog_events2.inc
|
||||
|
||||
drop database mysqltest;
|
||||
|
Reference in New Issue
Block a user