summaryrefslogtreecommitdiff
path: root/mysql-test/r/no-threads.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/no-threads.result')
-rw-r--r--mysql-test/r/no-threads.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/no-threads.result b/mysql-test/r/no-threads.result
new file mode 100644
index 00000000000..50e52138be8
--- /dev/null
+++ b/mysql-test/r/no-threads.result
@@ -0,0 +1,6 @@
+select 1+1;
+1+1
+2
+select 1+2;
+1+2
+3