summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant_cache_no_prot.result
diff options
context:
space:
mode:
authorMatthias Leich <Matthias.Leich@sun.com>2009-05-15 12:15:56 +0200
committerMatthias Leich <Matthias.Leich@sun.com>2009-05-15 12:15:56 +0200
commit21f878e7243346efa9e8ae41400528a8d5cb76cb (patch)
tree4d992c0688078d328a4150d979caaf623fd345ef /mysql-test/r/grant_cache_no_prot.result
parent1b7424b9b70438b8844ba34a4eb3169146660664 (diff)
downloadmariadb-git-21f878e7243346efa9e8ae41400528a8d5cb76cb.tar.gz
Fix for Bug#42308 Several server tests do not pass MTR's --check option
Details: Most tests mentioned within the bug report were already fixed. The test modified here failed in stability (high parallel load) tests. Details: 1. Take care that disconnects are finished before the test terminates. 2. Correct wrong handling of send/reap in events_stress which caused random garbled output 3. Minor beautifying of script code
Diffstat (limited to 'mysql-test/r/grant_cache_no_prot.result')
-rw-r--r--mysql-test/r/grant_cache_no_prot.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/grant_cache_no_prot.result b/mysql-test/r/grant_cache_no_prot.result
index cb9acaf540d..32bb9cce90e 100644
--- a/mysql-test/r/grant_cache_no_prot.result
+++ b/mysql-test/r/grant_cache_no_prot.result
@@ -206,7 +206,8 @@ Qcache_hits 8
show status like "Qcache_not_cached";
Variable_name Value
Qcache_not_cached 8
------ switch to connection default and close connections -----
+----- close connections -----
+----- switch to connection default -----
set names binary;
delete from mysql.user where user in ("mysqltest_1","mysqltest_2","mysqltest_3");
delete from mysql.db where user in ("mysqltest_1","mysqltest_2","mysqltest_3");