summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/audit_null.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/t/audit_null.test')
-rw-r--r--mysql-test/suite/plugins/t/audit_null.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/plugins/t/audit_null.test b/mysql-test/suite/plugins/t/audit_null.test
index 3e32154ec3d..199e4ba154e 100644
--- a/mysql-test/suite/plugins/t/audit_null.test
+++ b/mysql-test/suite/plugins/t/audit_null.test
@@ -8,6 +8,7 @@ if (!$ADT_NULL_SO) {
set @old_global_general_log=@@global.general_log;
set global general_log=OFF;
+create user testuser@localhost;
grant select on *.* to testuser@localhost;
--disable_ps_protocol