diff options
author | Dmitry Lenev <dlenev@mysql.com> | 2009-03-04 15:33:56 +0300 |
---|---|---|
committer | Dmitry Lenev <dlenev@mysql.com> | 2009-03-04 15:33:56 +0300 |
commit | 161b8d0b2ffae81015d6348c6ea42bff1ea41d93 (patch) | |
tree | 7ca0d7a14b2ec5821ba7d8f8ff98aea8094c1bf4 /mysql-test/r/skip_name_resolve.result | |
parent | 61f905cfa1e82a406f74ba890ab6d9a645556895 (diff) | |
download | mariadb-git-161b8d0b2ffae81015d6348c6ea42bff1ea41d93.tar.gz |
Fix for bug #40702 "skip_name_resolve fails sporadically on
pushbuild".
Under new MTR the server is not restarted for every test, so
threads started in the previous test case can show up in the
results of SHOW PROCESSLIST statement in this test, causing a
test failure.
Since we are not really interested in results of SHOW PROCESSLIST
in this test but rather in fact that server doesn't crash when
executing this statement this fix simply disables output of this
statement.
mysql-test/r/skip_name_resolve.result:
Disable SHOW PROCESSLIST output to make test immune to threads
started in previous test cases.
mysql-test/t/skip_name_resolve.test:
Disable SHOW PROCESSLIST output to make test immune to threads
started in previous test cases.
Diffstat (limited to 'mysql-test/r/skip_name_resolve.result')
-rw-r--r-- | mysql-test/r/skip_name_resolve.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/skip_name_resolve.result b/mysql-test/r/skip_name_resolve.result index 8ef52e75238..953cbf8a67e 100644 --- a/mysql-test/r/skip_name_resolve.result +++ b/mysql-test/r/skip_name_resolve.result @@ -9,6 +9,3 @@ select user(); user() # show processlist; -Id User Host db Command Time State Info -<id> root <host> test <command> <time> <state> <info> -<id> root <host> test <command> <time> <state> <info> |