From ac2d9c177d3dd3ce9be9bd119d669c07e75f85bc Mon Sep 17 00:00:00 2001 From: Dmitry Lenev Date: Wed, 4 Mar 2009 15:33:56 +0300 Subject: [PATCH] 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 | 3 --- mysql-test/t/skip_name_resolve.test | 5 ++++- 2 files changed, 4 insertions(+), 4 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 - root test