mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
A post-merge fix.
This commit is contained in:
@@ -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
|
test_sequence
|
||||||
------ grant/revoke/drop affects a parallel session test ------
|
------ grant/revoke/drop affects a parallel session test ------
|
||||||
show grants for second_user@localhost ;
|
show grants for second_user@localhost ;
|
||||||
@@ -79,6 +75,10 @@ commit ;
|
|||||||
show grants for second_user@localhost ;
|
show grants for second_user@localhost ;
|
||||||
ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
|
ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
|
||||||
drop database mysqltest;
|
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
|
prepare stmt3 from ' grant all on test.t1 to drop_user@localhost
|
||||||
identified by ''looser'' ';
|
identified by ''looser'' ';
|
||||||
ERROR HY000: This command is not supported in the prepared statement protocol yet
|
ERROR HY000: This command is not supported in the prepared statement protocol yet
|
||||||
|
Reference in New Issue
Block a user