diff options
Diffstat (limited to 'mysql-test/t/no-threads.test')
-rw-r--r-- | mysql-test/t/no-threads.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/no-threads.test b/mysql-test/t/no-threads.test new file mode 100644 index 00000000000..806cf24e961 --- /dev/null +++ b/mysql-test/t/no-threads.test @@ -0,0 +1,5 @@ +# +# Test the --thread-handler=no-threads option +# +select 1+1; +select 1+2; |