diff options
author | monty@mysql.com <> | 2005-07-28 21:39:24 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-07-28 21:39:24 +0300 |
commit | ef1de7da1d0c4dd833f3f951e41c504922e5151b (patch) | |
tree | 0f997c96cf51888782a8e0819c80112e43883387 /mysql-test/r/ps_grant.result | |
parent | 15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c (diff) | |
download | mariadb-git-ef1de7da1d0c4dd833f3f951e41c504922e5151b.tar.gz |
After merge fixes
Diffstat (limited to 'mysql-test/r/ps_grant.result')
-rw-r--r-- | mysql-test/r/ps_grant.result | 5 |
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; |