summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_grant.result
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-05-14 13:26:01 +0400
committerunknown <konstantin@mysql.com>2005-05-14 13:26:01 +0400
commitb0d14503e320d9079f0a84e288f7dac1ec335fa6 (patch)
treed04b5193b52511a4c5baaf569ba7a09982671b03 /mysql-test/r/ps_grant.result
parentf71917ff53de79c1ab3251d248d602b4dfb82681 (diff)
downloadmariadb-git-b0d14503e320d9079f0a84e288f7dac1ec335fa6.tar.gz
A post-merge fix.
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 3a302ba3ba8..4792a781419 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,6 +75,10 @@ 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
prepare stmt3 from ' grant all on test.t1 to drop_user@localhost
identified by ''looser'' ';
ERROR HY000: This command is not supported in the prepared statement protocol yet