summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush2.test
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-03-05 02:09:24 +0400
committerunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-03-05 02:09:24 +0400
commitb25ea49f373186ecfaf717c35bdfef4e575199d7 (patch)
tree56fe05088e50a9023b9945ddb26f3c6e1b72c5ec /mysql-test/t/flush2.test
parent5b64b12c7fec848c07475d26a6923dac93a1e5bc (diff)
downloadmariadb-git-b25ea49f373186ecfaf717c35bdfef4e575199d7.tar.gz
bug #26538 (flush2.test fails in embedded run)
in the embedded result we don't have 'log_slave_updates OFF' line as replication is disabled in the embedded server. As we don't need to check for log_slave_updates variable in this test, we can not to SHOW it at all mysql-test/r/flush2.result: result fixed mysql-test/t/flush2.test: here we only need to check for log_bin% variables
Diffstat (limited to 'mysql-test/t/flush2.test')
-rw-r--r--mysql-test/t/flush2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/flush2.test b/mysql-test/t/flush2.test
index fc9e88e3141..7582ab8426b 100644
--- a/mysql-test/t/flush2.test
+++ b/mysql-test/t/flush2.test
@@ -3,7 +3,7 @@
#
flush logs;
set global expire_logs_days = 3;
-show variables like 'log%';
+show variables like 'log_bin%';
flush logs;
-show variables like 'log%';
+show variables like 'log_bin%';
set global expire_logs_days = 0;