plugin_auth.test | plugin_auth.test | |||
---|---|---|---|---|
skipping to change at line 124 | skipping to change at line 124 | |||
select USER(),CURRENT_USER(); | select USER(),CURRENT_USER(); | |||
USE test_grant_db; | USE test_grant_db; | |||
CREATE TABLE t1 (a INT); | CREATE TABLE t1 (a INT); | |||
DROP TABLE t1; | DROP TABLE t1; | |||
connection default; | connection default; | |||
disconnect plug_con_grant; | disconnect plug_con_grant; | |||
DROP USER new_grant_user; | DROP USER new_grant_user; | |||
--echo # try re-create existing user via GRANT IDENTIFIED WITH | --echo # try re-create existing user via GRANT IDENTIFIED WITH | |||
#--error ER_GRANT_PLUGIN_USER_EXISTS | --error ER_GRANT_PLUGIN_USER_EXISTS | |||
GRANT ALL PRIVILEGES ON test_grant_db.* TO plug | GRANT ALL PRIVILEGES ON test_grant_db.* TO plug | |||
IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | |||
--error ER_GRANT_PLUGIN_USER_EXISTS | --error ER_GRANT_PLUGIN_USER_EXISTS | |||
GRANT ALL PRIVILEGES ON test_grant_db.* TO plug_dest | GRANT ALL PRIVILEGES ON test_grant_db.* TO plug_dest | |||
IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | |||
--error ER_PARSE_ERROR | --error ER_PARSE_ERROR | |||
REVOKE SELECT on test_grant_db.* FROM joro | REVOKE SELECT on test_grant_db.* FROM joro | |||
INDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | INDENTIFIED WITH 'test_plugin_server' AS 'plug_dest'; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |