summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_grant.result
diff options
context:
space:
mode:
authorunknown <mleich@mysql.com>2005-05-12 17:49:34 +0200
committerunknown <mleich@mysql.com>2005-05-12 17:49:34 +0200
commitd80d8cc5d8424f59bafe51526b51d6c6017e4932 (patch)
treec7b166c3ef7d71915bb746f50f74730f7bb140d8 /mysql-test/r/ps_grant.result
parent4a28f12dfcd9ffee50dbe0f8f5cebd9b231a9bac (diff)
downloadmariadb-git-d80d8cc5d8424f59bafe51526b51d6c6017e4932.tar.gz
If the system is under high load 'show full processlist' might report the
process of the predecessing test case instead of the current test case. Shifting the command to the end of the current test case should avoid this problem. mysql-test/r/ps_grant.result: Updated result mysql-test/t/ps_grant.test: Shift ' show full processlist ' to the end of the test script
Diffstat (limited to 'mysql-test/r/ps_grant.result')
-rw-r--r--mysql-test/r/ps_grant.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/ps_grant.result b/mysql-test/r/ps_grant.result
index 4c60bb03165..0787f30c643 100644
--- a/mysql-test/r/ps_grant.result
+++ b/mysql-test/r/ps_grant.result
@@ -1,7 +1,3 @@
-prepare stmt4 from ' show full processlist ';
-execute stmt4;
-Id User Host db Command Time State Info
-number root localhost test Query time NULL show full processlist
test_sequence
------ grant/revoke/drop affects a parallel session test ------
show grants for second_user@localhost ;
@@ -79,3 +75,7 @@ commit ;
show grants for second_user@localhost ;
ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
drop database mysqltest;
+prepare stmt4 from ' show full processlist ';
+execute stmt4;
+Id User Host db Command Time State Info
+number root localhost test Query time NULL show full processlist