diff options
author | unknown <jimw@mysql.com> | 2005-07-21 18:32:57 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-07-21 18:32:57 -0700 |
commit | 3815b5ad44a986928c783f7116f73a2814c002b3 (patch) | |
tree | d0ee27b10741c54e392b5de2ed35c709e602d16f /mysql-test/t/sp-threads.test | |
parent | 1f7389cd2b0fdd55f3584b51a880997dbf680fd8 (diff) | |
download | mariadb-git-3815b5ad44a986928c783f7116f73a2814c002b3.tar.gz |
Replace host column when testing 'SHOW PROCESSLIST' since it is
different on Windows. (Bug #11570)
mysql-test/t/sp-threads.test:
Replace host column to avoid spurious error on Windows
mysql-test/t/sp.test:
Replace host column to avoid spurious error on Windows
Diffstat (limited to 'mysql-test/t/sp-threads.test')
-rw-r--r-- | mysql-test/t/sp-threads.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-threads.test b/mysql-test/t/sp-threads.test index 4c192f3e96f..4733201cde2 100644 --- a/mysql-test/t/sp-threads.test +++ b/mysql-test/t/sp-threads.test @@ -75,7 +75,7 @@ send call bug9486(); connection con2root; --sleep 2 # There should be call statement in locked state. ---replace_column 1 # 6 # +--replace_column 1 # 3 localhost 6 # show processlist; unlock tables; connection con1root; |