summaryrefslogtreecommitdiff
path: root/mysql-test/extra/binlog_tests
diff options
context:
space:
mode:
authorPatrick Crews <patrick.crews@sun.com>2009-01-12 18:45:35 -0500
committerPatrick Crews <patrick.crews@sun.com>2009-01-12 18:45:35 -0500
commitfed5e9773386b38990181ef671418228025aad60 (patch)
treea763104a18f6fb296e41d7dd81240ea12ea00a6c /mysql-test/extra/binlog_tests
parentb91bbba2dfd49eb364f16cfdf5b13b6c75a7a43a (diff)
downloadmariadb-git-fed5e9773386b38990181ef671418228025aad60.tar.gz
Bug#41888: Test binlog.binlog_database causing binlog_innodb to fail on Pushbuild.
Added cleanup of status variables to the end of binlog_database. Re-recorded .result file to account for cleanup statement. NOTE: binlog.binlog_innodb also has had an FLUSH STATUS; statement added to it as well, but adding this cleanup as a preventative measure.
Diffstat (limited to 'mysql-test/extra/binlog_tests')
-rw-r--r--mysql-test/extra/binlog_tests/database.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/database.test b/mysql-test/extra/binlog_tests/database.test
index 2e445f98adf..326ecedb60e 100644
--- a/mysql-test/extra/binlog_tests/database.test
+++ b/mysql-test/extra/binlog_tests/database.test
@@ -28,3 +28,5 @@ enable_warnings;
insert into t1 values (1);
drop table tt1, t1;
source include/show_binlog_events.inc;
+
+FLUSH STATUS;