summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_flush_tables.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_flush_tables.test')
-rw-r--r--mysql-test/t/rpl_flush_tables.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_flush_tables.test b/mysql-test/t/rpl_flush_tables.test
index bbc5c33770c..f7c8774286a 100644
--- a/mysql-test/t/rpl_flush_tables.test
+++ b/mysql-test/t/rpl_flush_tables.test
@@ -8,6 +8,8 @@
# merge table getting renamed.
--source include/not_windows.inc
+let $SERVER_VERSION=`select version()`;
+
create table t1 (a int);
insert into t1 values (10);
create table t2 (a int);