summaryrefslogtreecommitdiff
path: root/mysql-test/r/plugin_auth.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-03-26 17:57:36 +0100
committerSergei Golubchik <sergii@pisem.net>2013-03-26 17:57:36 +0100
commit1d46ee77d1bc4e5938d45066570fb709bf8518c0 (patch)
treef01ac00764eed623a08a6d9a862fb8990d71c039 /mysql-test/r/plugin_auth.result
parent03d08bedf1cccc7721a88e2808ee030c3e9590e2 (diff)
downloadmariadb-git-1d46ee77d1bc4e5938d45066570fb709bf8518c0.tar.gz
fix @@external_user variable
Diffstat (limited to 'mysql-test/r/plugin_auth.result')
-rw-r--r--mysql-test/r/plugin_auth.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/plugin_auth.result b/mysql-test/r/plugin_auth.result
index f8ebf65c0c5..356ac76962a 100644
--- a/mysql-test/r/plugin_auth.result
+++ b/mysql-test/r/plugin_auth.result
@@ -224,7 +224,7 @@ NULL
# in connection plug_con
SELECT @@LOCAL.external_user;
@@LOCAL.external_user
-'plug'@'%'
+plug_dest
# in connection default
## cleanup
DROP USER plug;