summaryrefslogtreecommitdiff
path: root/mysql-test/main/gis_notembedded.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/gis_notembedded.test')
-rw-r--r--mysql-test/main/gis_notembedded.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/gis_notembedded.test b/mysql-test/main/gis_notembedded.test
index d25d6a7097e..2948f68bec9 100644
--- a/mysql-test/main/gis_notembedded.test
+++ b/mysql-test/main/gis_notembedded.test
@@ -15,7 +15,7 @@ drop table t1;
create user foo@localhost;
grant execute on mysql.* to foo@localhost;
-connect (foo, localhost, foo);
+connect (foo, localhost, foo,,mysql);
--error ER_TABLEACCESS_DENIED_ERROR
call mysql.AddGeometryColumn('', 'mysql', 'proc', 'c', 10);
disconnect foo;