summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/nesting.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/nesting.test')
-rw-r--r--mysql-test/suite/perfschema/t/nesting.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/t/nesting.test b/mysql-test/suite/perfschema/t/nesting.test
index 21e7260222a..7f1c0b570ad 100644
--- a/mysql-test/suite/perfschema/t/nesting.test
+++ b/mysql-test/suite/perfschema/t/nesting.test
@@ -5,11 +5,12 @@
# On windows, the socket instrumentation collects an extra "opt"
# event, which changes the test output.
--source include/not_windows.inc
---source ../include/no_protocol.inc
+--source include/no_protocol.inc
--source ../include/wait_for_pfs_thread_count.inc
--disable_query_log
+create user user1@localhost;
grant ALL on *.* to user1@localhost;
flush privileges;