summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_grant.result
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-07-28 21:39:24 +0300
committermonty@mysql.com <>2005-07-28 21:39:24 +0300
commitef1de7da1d0c4dd833f3f951e41c504922e5151b (patch)
tree0f997c96cf51888782a8e0819c80112e43883387 /mysql-test/r/ps_grant.result
parent15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c (diff)
downloadmariadb-git-ef1de7da1d0c4dd833f3f951e41c504922e5151b.tar.gz
After merge fixes
Diffstat (limited to 'mysql-test/r/ps_grant.result')
-rw-r--r--mysql-test/r/ps_grant.result5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/ps_grant.result b/mysql-test/r/ps_grant.result
index fa963f944b5..fdc1f97bb4c 100644
--- a/mysql-test/r/ps_grant.result
+++ b/mysql-test/r/ps_grant.result
@@ -88,8 +88,3 @@ revoke all privileges on test.t1 from drop_user@localhost ;
prepare stmt3 from ' drop user drop_user@localhost ';
ERROR HY000: This command is not supported in the prepared statement protocol yet
drop user drop_user@localhost;
-prepare stmt4 from ' show full processlist ';
-execute stmt4;
-Id User Host db Command Time State Info
-number root localhost test Execute time NULL show full processlist
-deallocate prepare stmt4;