summaryrefslogtreecommitdiff
path: root/mysql-test/t/plugin_auth.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-11-03 13:47:22 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-11-03 13:47:22 +0200
commit74328892e0f28c1b1a410df1889225639cb9152b (patch)
tree701d04a134d3a0542cc59833a821a8121f66c44d /mysql-test/t/plugin_auth.test
parent00f1e71d9ab02ca4b7b47b194a122afd88bad7f3 (diff)
downloadmariadb-git-74328892e0f28c1b1a410df1889225639cb9152b.tar.gz
Addendum to bug #57916 : fixed the test suite to be less environment
dependent.
Diffstat (limited to 'mysql-test/t/plugin_auth.test')
-rw-r--r--mysql-test/t/plugin_auth.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/plugin_auth.test b/mysql-test/t/plugin_auth.test
index ebbaf389632..439cabaef18 100644
--- a/mysql-test/t/plugin_auth.test
+++ b/mysql-test/t/plugin_auth.test
@@ -17,7 +17,7 @@ connect(plug_con,localhost,plug,plug_dest);
GRANT PROXY ON plug_dest TO plug;
--echo test proxies_priv columns
---replace_column 7 xx
+--replace_column 1 xx 7 xx
SELECT * FROM mysql.proxies_priv;
--echo test mysql.proxies_priv;
SHOW CREATE TABLE mysql.proxies_priv;