summaryrefslogtreecommitdiff
path: root/mysql-test/t/not_embedded_server.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/not_embedded_server.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/not_embedded_server.test')
-rw-r--r--mysql-test/t/not_embedded_server.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/not_embedded_server.test b/mysql-test/t/not_embedded_server.test
index e74da3a8ff4..f22bf8cd7b5 100644
--- a/mysql-test/t/not_embedded_server.test
+++ b/mysql-test/t/not_embedded_server.test
@@ -6,7 +6,7 @@
# End of 4.1 tests
-call mtr.add_suppression("Can't open and lock privilege tables: Table 'host' was not locked with LOCK TABLES");
+call mtr.add_suppression("Can't open and lock privilege tables: Table 'user' was not locked with LOCK TABLES");
#
# Bug#43835: SHOW VARIABLES does not include 0 for slave_skip_errors