summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-destruct.test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-06-23 16:23:51 +0200
committerSergei Golubchik <serg@mariadb.org>2014-06-23 16:23:51 +0200
commit242e7f958d7a174d29b06c1c0893c14448111645 (patch)
tree3eaa2229d07693d117f1952cdc694a812ea60fc0 /mysql-test/t/sp-destruct.test
parentf321d3e5f1433092b9152165ffb74f60783168ec (diff)
downloadmariadb-git-242e7f958d7a174d29b06c1c0893c14448111645.tar.gz
MDEV-4549 [PATCH] Clean up code working with ACL tables
* enum values to index different ACL tables, instead of hard-coded numbers (even different in diffent functions). * move TABLE_LIST initialization into open_grant_tables() and use it everywhere * change few my_bool's to bool's
Diffstat (limited to 'mysql-test/t/sp-destruct.test')
-rw-r--r--mysql-test/t/sp-destruct.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/sp-destruct.test b/mysql-test/t/sp-destruct.test
index e109f88e3f9..52bbce6c484 100644
--- a/mysql-test/t/sp-destruct.test
+++ b/mysql-test/t/sp-destruct.test
@@ -214,7 +214,6 @@ RENAME TABLE mysql.procs_priv TO procs_priv_backup;
FLUSH TABLE mysql.procs_priv;
# DROP FUNCTION used to cause an assert.
---error ER_NO_SUCH_TABLE
DROP FUNCTION f1;
SHOW WARNINGS;