#At file:///Users/pcrews/usr/local/bin/data1/work/info_schema/mysql-5.0-44961/ based on revid:patrick.crews@stripped
2790 Patrick Crews 2009-06-29
Bug#44961: Test "information_schema" not fit for community configuration
Incremental patch - added checks to ensure no rogue connections remain
at the end of the test per review feedback.
modified:
mysql-test/t/uptime_since_flush.test
=== modified file 'mysql-test/t/uptime_since_flush.test'
--- a/mysql-test/t/uptime_since_flush.test 2009-06-29 18:27:57 +0000
+++ b/mysql-test/t/uptime_since_flush.test 2009-06-29 18:43:15 +0000
@@ -16,6 +16,9 @@
--disable_warnings
DROP TABLE IF EXISTS uptime_help;
--enable_warnings
+# Count the initial sessions
+--source include/count_sessions.inc
+
# We load the SHOW GLOBAL STATUS output into this table.
CREATE TABLE uptime_help (var_name VARCHAR(50), var_value INT);
# We save the SHOW GLOBAL STATUS output here before moving to the table.
@@ -90,4 +93,6 @@ SELECT @increment_success;
--echo # Cleanup
DROP TABLE uptime_help;
--remove_file $outfile
+--source include/wait_until_count_sessions.inc
+
Attachment: [text/bzr-bundle] bzr/patrick.crews@sun.com-20090629184315-unw0i8j1wosg2lrm.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (patrick.crews:2790) Bug#44961 | Patrick Crews | 29 Jun |