summaryrefslogtreecommitdiff
path: root/src/test/bench/query19
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query19')
-rw-r--r--src/test/bench/query194
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/bench/query19 b/src/test/bench/query19
new file mode 100644
index 00000000000..1ed160d7ab8
--- /dev/null
+++ b/src/test/bench/query19
@@ -0,0 +1,4 @@
+select * into table temp from onek;
+drop table temp;
+select * into table temp from onek;
+drop table temp;