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

Addendum to bug #57916 : fixed the test suite to be less environment

dependent.
This commit is contained in:
Georgi Kodinov
2010-11-03 13:47:22 +02:00
parent 00f1e71d9a
commit 74328892e0
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ GRANT PROXY ON plug_dest TO plug;
test proxies_priv columns
SELECT * FROM mysql.proxies_priv;
Host User Proxied_host Proxied_user With_grant Grantor Timestamp
localhost root 1 xx
unknown root 1 xx
% plug % plug_dest 0 root@localhost xx
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;
Table Create Table