diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-03 13:47:22 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-03 13:47:22 +0200 |
commit | 74328892e0f28c1b1a410df1889225639cb9152b (patch) | |
tree | 701d04a134d3a0542cc59833a821a8121f66c44d /mysql-test/t/plugin_auth.test | |
parent | 00f1e71d9ab02ca4b7b47b194a122afd88bad7f3 (diff) | |
download | mariadb-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.test | 2 |
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; |