diff options
Diffstat (limited to 'mysql-test/main/no-threads.test')
-rw-r--r-- | mysql-test/main/no-threads.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/no-threads.test b/mysql-test/main/no-threads.test index a2936abf784..c1a608a57e6 100644 --- a/mysql-test/main/no-threads.test +++ b/mysql-test/main/no-threads.test @@ -1,3 +1,7 @@ +# Tests will be skipped for the view protocol because the view protocol creates +# an additional util connection and other statistics data +-- source include/no_view_protocol.inc + --source include/one_thread_per_connection.inc # # Test the --thread-handler=no-threads option |