summaryrefslogtreecommitdiff
path: root/mysql-test/r/im_daemon_life_cycle.result
diff options
context:
space:
mode:
authoranozdrin/alik@booka.site <>2006-07-20 13:24:12 +0400
committeranozdrin/alik@booka.site <>2006-07-20 13:24:12 +0400
commitbf10578fde502a81f56eaf91d556930ae0327893 (patch)
tree565aea909bd18f5ad6cf3c333ae9891a59139c0f /mysql-test/r/im_daemon_life_cycle.result
parented2d8cce575710f8d821fbaed4f35b6263525d87 (diff)
downloadmariadb-git-bf10578fde502a81f56eaf91d556930ae0327893.tar.gz
Fix for BUG#20716: SHOW INSTANCES statement causes races in IM tests.
Fix for the bug in mysql-test-run.pl which prevents other tests succeed after IM-test failure. The idea of the fix of BUG#20716 is to: 1. Check each SHOW INSTANCES statement, add necessary "sleep" instruction before; 2. Move all environment checkings into the one file and include it everywhere.
Diffstat (limited to 'mysql-test/r/im_daemon_life_cycle.result')
-rw-r--r--mysql-test/r/im_daemon_life_cycle.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/im_daemon_life_cycle.result b/mysql-test/r/im_daemon_life_cycle.result
index ea27fcb6db1..4f7dd77a88f 100644
--- a/mysql-test/r/im_daemon_life_cycle.result
+++ b/mysql-test/r/im_daemon_life_cycle.result
@@ -1,4 +1,7 @@
Success: the process has been started.
+SHOW VARIABLES LIKE 'server_id';
+Variable_name Value
+server_id 1
SHOW INSTANCES;
instance_name status
mysqld1 online