summaryrefslogtreecommitdiff
path: root/mysql-test/t/stat_tables_rbr.test
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2012-09-12 15:33:03 -0700
committerIgor Babaev <igor@askmonty.org>2012-09-12 15:33:03 -0700
commit32443e744d354fbba93c8761486462b5820b74bb (patch)
tree171189cb89aecda55fa5e302fc696455334182e1 /mysql-test/t/stat_tables_rbr.test
parent2bbcec41488ff4506cb848357086e8fb07a9648c (diff)
downloadmariadb-git-32443e744d354fbba93c8761486462b5820b74bb.tar.gz
Made the results from the stat_tables_rbr test to be not
dependent on the debug mode.
Diffstat (limited to 'mysql-test/t/stat_tables_rbr.test')
-rw-r--r--mysql-test/t/stat_tables_rbr.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/stat_tables_rbr.test b/mysql-test/t/stat_tables_rbr.test
index 9b08357f36e..4336c02c34b 100644
--- a/mysql-test/t/stat_tables_rbr.test
+++ b/mysql-test/t/stat_tables_rbr.test
@@ -23,6 +23,7 @@ SET use_stat_tables = PREFERABLY;
CREATE TABLE t1 ( a INT ) ENGINE=MyISAM PARTITION BY HASH(a) PARTITIONS 2;
ALTER TABLE t1 ANALYZE PARTITION p1;
+--replace_regex /\/\* xid=.* \*\//\/* XID *\// /Server ver: .*, Binlog ver: .*/Server ver: #, Binlog ver: #/ /table_id: [0-9]+/table_id: #/
SHOW BINLOG EVENTS;
SET use_stat_tables = DEFAULT;