diff options
Diffstat (limited to 'mysql-test/t/skip_grants.test')
-rw-r--r-- | mysql-test/t/skip_grants.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/skip_grants.test b/mysql-test/t/skip_grants.test index 77339478fdb..5f79404e7e4 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%'; |