diff options
author | Andrei Elkin <aelkin@mysql.com> | 2010-02-25 12:39:43 +0200 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2010-02-25 12:39:43 +0200 |
commit | c23aee47b190a5573de580e534bd9e02779db87f (patch) | |
tree | 64c3db88d6dbc8eb09d5225cb3405ac7e190506a /mysql-test/include | |
parent | a341ec7400500e14f9d8aa8343698b6f70090172 (diff) | |
download | mariadb-git-c23aee47b190a5573de580e534bd9e02779db87f.tar.gz |
Bug #51089 SHOW STATUS LIKE 'Slave_running' is not compatible with `SHOW SLAVE STATUS'
backporting of bug@30703 to 5.1.
The fixes are backed up with a regression test.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/test_fieldsize.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/test_fieldsize.inc b/mysql-test/include/test_fieldsize.inc index cbe63e26318..606bc63779d 100644 --- a/mysql-test/include/test_fieldsize.inc +++ b/mysql-test/include/test_fieldsize.inc @@ -22,7 +22,7 @@ eval $test_insert; connection slave; START SLAVE; -wait_for_slave_to_stop; +--source include/wait_for_slave_sql_to_stop.inc --replace_result $MASTER_MYPORT MASTER_PORT --replace_column 1 # 4 # 7 # 8 # 9 # 16 # 22 # 23 # 33 # 35 # 36 # --query_vertical SHOW SLAVE STATUS |