summaryrefslogtreecommitdiff
path: root/mysql-test/r/plugin_auth.result
diff options
context:
space:
mode:
authorSneha Modi <sneha.modi@oracle.com>2013-08-21 15:24:38 +0530
committerSneha Modi <sneha.modi@oracle.com>2013-08-21 15:24:38 +0530
commit38ca6953375d2f87958d180195d5b6d866ab265f (patch)
tree07cfa26b2a65b87bc91aa4b25d0d41eb7b0bafaa /mysql-test/r/plugin_auth.result
parent7697aac19d1648fff5cb21147836dffbbefc89f2 (diff)
downloadmariadb-git-38ca6953375d2f87958d180195d5b6d866ab265f.tar.gz
Bug#16995954 : PLUGIN_AUTH TESTS FAIL ON SYSTEMS WITH NO HOSTNAME OTHER
THAN LOCALHOST This is a test bug and the explanation for the behaviour can be found on the bug page.Modifying the select to select user where user!=root for the line where failure is encountered on machines with no hostname other than the localhost.
Diffstat (limited to 'mysql-test/r/plugin_auth.result')
-rw-r--r--mysql-test/r/plugin_auth.result4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/r/plugin_auth.result b/mysql-test/r/plugin_auth.result
index 94e600123ae..07e074b0405 100644
--- a/mysql-test/r/plugin_auth.result
+++ b/mysql-test/r/plugin_auth.result
@@ -12,10 +12,8 @@ test_plugin_server plug_dest
ERROR 28000: Access denied for user 'plug'@'localhost' (using password: YES)
GRANT PROXY ON plug_dest TO plug;
test proxies_priv columns
-SELECT * FROM mysql.proxies_priv;
+SELECT * FROM mysql.proxies_priv WHERE user !='root';
Host User Proxied_host Proxied_user With_grant Grantor Timestamp
-xx root 1 xx
-xx root 1 xx
xx plug % plug_dest 0 root@localhost xx
test mysql.proxies_priv;
SHOW CREATE TABLE mysql.proxies_priv;