summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_row_basic_11bugs.test
diff options
context:
space:
mode:
authorunknown <mats@mysql.com>2006-06-15 16:53:12 +0200
committerunknown <mats@mysql.com>2006-06-15 16:53:12 +0200
commit6e2bb263afa5a2348838df3e771c63715ab4e177 (patch)
tree75907d770168819de7c625537cd4eedc92530de0 /mysql-test/t/rpl_row_basic_11bugs.test
parent684bda9a06a3967d83d25907a3077aa3849468ad (diff)
downloadmariadb-git-6e2bb263afa5a2348838df3e771c63715ab4e177.tar.gz
Various fixes to allow tests to pass.
mysql-test/r/rpl_row_basic_11bugs.result: Result change mysql-test/t/disabled.def: Disabling test due to already reported bug. mysql-test/t/rpl_row_basic_11bugs.test: Adding code to replace server version mysql-test/t/rpl_truncate_7ndb.test: Adding sleep to allow NDB to write events to the binary log.
Diffstat (limited to 'mysql-test/t/rpl_row_basic_11bugs.test')
-rw-r--r--mysql-test/t/rpl_row_basic_11bugs.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_row_basic_11bugs.test b/mysql-test/t/rpl_row_basic_11bugs.test
index bd582ce349a..af7e9af4005 100644
--- a/mysql-test/t/rpl_row_basic_11bugs.test
+++ b/mysql-test/t/rpl_row_basic_11bugs.test
@@ -2,6 +2,8 @@
--source include/have_binlog_format_row.inc
+let $SERVER_VERSION=`select version()`;
+
#This test case is not written for NDB, the result files
#will not match when NDB is the default engine
-- source include/not_ndb_default.inc
@@ -49,5 +51,6 @@ DELETE FROM t1;
INSERT INTO t1 VALUES (1),(2);
DELETE FROM t1 WHERE a = 0;
UPDATE t1 SET a=99 WHERE a = 0;
+--replace_result $SERVER_VERSION SERVER_VERSION
--replace_regex /table_id: [0-9]+/table_id: #/
SHOW BINLOG EVENTS;