summaryrefslogtreecommitdiff
path: root/mysql-test/t/skip_grants.test
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2015-06-22 08:44:46 +0300
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2015-06-22 08:44:46 +0300
commit0357791e3c291c47fe128954dac45c271f721b2a (patch)
treed485d8418b16d2d69a098eb7d54bdef6ebbb48bf /mysql-test/t/skip_grants.test
parentcbb8b2d033359fb6e4ebfa00e059b47e60442b8e (diff)
downloadmariadb-git-0357791e3c291c47fe128954dac45c271f721b2a.tar.gz
MDEV-8280: crash in 'show global status' with --skip-grant-tables
The crash was caused by attempting to use a hashtable without it getting initialized, due to the --skip-grant-tables switch.
Diffstat (limited to 'mysql-test/t/skip_grants.test')
-rw-r--r--mysql-test/t/skip_grants.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/skip_grants.test b/mysql-test/t/skip_grants.test
index 6f4d23e1e14..2dc64254a9a 100644
--- a/mysql-test/t/skip_grants.test
+++ b/mysql-test/t/skip_grants.test
@@ -132,3 +132,8 @@ select count(*) from information_schema.USER_PRIVILEGES;
select no_such_function(1);
--echo End of 5.1 tests
+
+#
+# MDEV-8280 crash in 'show global status' with --skip-grant-tables
+#
+show global status like 'Acl%';