diff options
author | monty@mashka.mysql.fi <> | 2002-09-21 21:36:23 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-21 21:36:23 +0300 |
commit | 755d4952af0949d8c452d4ee3369d518987a7e77 (patch) | |
tree | 082d99e224788fa31d6922be2343af244c44aed6 /tests | |
parent | 74744466b17ae5785a4becad90e3a342cc724ea2 (diff) | |
download | mariadb-git-755d4952af0949d8c452d4ee3369d518987a7e77.tar.gz |
Change name -> alias in TABLE_LIST.
Added missing mutex-lock around critical section in GRANT handling.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/grant.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grant.pl b/tests/grant.pl index 0219fdb71ee..a82e99645bc 100644 --- a/tests/grant.pl +++ b/tests/grant.pl @@ -299,7 +299,7 @@ safe_query("revoke GRANT OPTION on $opt_database.test from $user",1); # safe_query("grant select(a) on $opt_database.test to $user"); -user_query("show columns from test"); +user_query("show full columns from test"); safe_query("grant insert (b), update (b) on $opt_database.test to $user"); user_query("select count(a) from test"); |