summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_ddl.test
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2005-06-16 16:56:03 +0200
committerunknown <lars@mysql.com>2005-06-16 16:56:03 +0200
commitb0d82705d3b3f69b61038909e15c0d00d38f3150 (patch)
tree094151289514681f8849ab2bb3351ddecf91ad2d /mysql-test/t/rpl_ddl.test
parentc23524c714e08b1ac83c1dc462cf70cba443ca60 (diff)
downloadmariadb-git-b0d82705d3b3f69b61038909e15c0d00d38f3150.tar.gz
WL#2076: Added if(...) construct to mysqltest
Removed SHOW BINLOG EVENTS in test case for ps-protocol and row-based replication client/mysqltest.c: WL#2067: Added if(...) construct to mysqltest mysql-test/include/rpl_stmt_seq.inc: Removed SHOW BINLOG EVENTS in test case for ps-protocol and row-based replication mysql-test/r/rpl_ddl.result: Removed SHOW BINLOG EVENTS in test case for ps-protocol and row-based replication mysql-test/t/rpl_ddl.test: Comment
Diffstat (limited to 'mysql-test/t/rpl_ddl.test')
-rw-r--r--mysql-test/t/rpl_ddl.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_ddl.test b/mysql-test/t/rpl_ddl.test
index d9b09d397b5..301a55b5493 100644
--- a/mysql-test/t/rpl_ddl.test
+++ b/mysql-test/t/rpl_ddl.test
@@ -253,6 +253,8 @@ let $my_slave_commit= false;
--source include/rpl_stmt_seq.inc
# With prior read locking
+# Note that this test generate an error since the rpl_stmt_seq.inc
+# tries to insert into t1.
LOCK TABLES mysqltest1.t1 READ;
let $my_stmt= UNLOCK TABLES;
let $my_master_commit= false;