1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix @@external_user variable

This commit is contained in:
Sergei Golubchik
2013-03-26 17:57:36 +01:00
parent 03d08bedf1
commit 1d46ee77d1
4 changed files with 6 additions and 7 deletions

View File

@ -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;