diff options
author | jimw@mysql.com <> | 2005-07-21 18:32:57 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-07-21 18:32:57 -0700 |
commit | 60569555d11465581f0726f2f5ff64d710cdc275 (patch) | |
tree | d0ee27b10741c54e392b5de2ed35c709e602d16f /mysql-test/t/sp-threads.test | |
parent | 49a1156c52b6b552d2ba6cebbfb2d272e5e17106 (diff) | |
download | mariadb-git-60569555d11465581f0726f2f5ff64d710cdc275.tar.gz |
Replace host column when testing 'SHOW PROCESSLIST' since it is
different on Windows. (Bug #11570)
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; |