#At file:///Users/kgeorge/mysql/work/wl2940-trunk/ based on revid:georgi.kodinov@stripped
3606 Georgi Kodinov 2011-02-07
WL#2940 : changing test result error codes after a merge.
modified:
mysql-test/r/plugin_auth_qa_1.result
=== modified file 'mysql-test/r/plugin_auth_qa_1.result'
--- a/mysql-test/r/plugin_auth_qa_1.result 2011-01-21 14:03:58 +0000
+++ b/mysql-test/r/plugin_auth_qa_1.result 2011-02-07 14:05:02 +0000
@@ -70,7 +70,7 @@ plug_user@localhost
RENAME USER plug_dest TO new_dest;
ERROR 1045 (28000): Access denied for user 'plug_user'@'localhost' (using password: YES)
GRANT PROXY ON new_dest TO plug_user;
-ERROR 1719 (HY000): Plugin test_plugin_server reported error (code: 42000) : Wrong password supplied for plug_dest
+ERROR 1726 (HY000): Plugin test_plugin_server reported error (code: 42000) : Wrong password supplied for plug_dest
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
user plugin authentication_string
new_dest
@@ -88,7 +88,7 @@ plug_user@localhost
RENAME USER plug_dest TO new_dest;
ERROR 1045 (28000): Access denied for user 'plug_user'@'localhost' (using password: YES)
GRANT PROXY ON new_dest TO plug_user;
-ERROR 1719 (HY000): Plugin test_plugin_server reported error (code: 42000) : Wrong password supplied for plug_dest
+ERROR 1726 (HY000): Plugin test_plugin_server reported error (code: 42000) : Wrong password supplied for plug_dest
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
user plugin authentication_string
new_dest
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20110207140502-zntt03g55pnncd8s.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (Georgi.Kodinov:3606) WL#2940 | Georgi Kodinov | 7 Feb |