summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-threads.test
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-07-21 18:32:57 -0700
committerunknown <jimw@mysql.com>2005-07-21 18:32:57 -0700
commit8f3075d749f206d52e9fe522f47b3252486ea03d (patch)
treed0ee27b10741c54e392b5de2ed35c709e602d16f /mysql-test/t/sp-threads.test
parent1f8c680dbf58f64c6df00ad78c2648c7ed7149c9 (diff)
downloadmariadb-git-8f3075d749f206d52e9fe522f47b3252486ea03d.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.test2
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;