diff options
Diffstat (limited to 'mysql-test/t/pool_of_threads.test')
-rw-r--r-- | mysql-test/t/pool_of_threads.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/pool_of_threads.test b/mysql-test/t/pool_of_threads.test new file mode 100644 index 00000000000..5978bab8eaa --- /dev/null +++ b/mysql-test/t/pool_of_threads.test @@ -0,0 +1,7 @@ +# Start with thread_handling=pool-of-threads +# and run a number of tests + +-- source include/have_pool_of_threads.inc + +-- source include/common-tests.inc + |