diff options
author | Patrick Crews <patrick.crews@sun.com> | 2009-01-12 18:45:35 -0500 |
---|---|---|
committer | Patrick Crews <patrick.crews@sun.com> | 2009-01-12 18:45:35 -0500 |
commit | fed5e9773386b38990181ef671418228025aad60 (patch) | |
tree | a763104a18f6fb296e41d7dd81240ea12ea00a6c /mysql-test/extra/binlog_tests | |
parent | b91bbba2dfd49eb364f16cfdf5b13b6c75a7a43a (diff) | |
download | mariadb-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.test | 2 |
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; |