summaryrefslogtreecommitdiff
path: root/src/test/bench/query23
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query23')
-rw-r--r--src/test/bench/query234
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/bench/query23 b/src/test/bench/query23
deleted file mode 100644
index db7568dff7..0000000000
--- a/src/test/bench/query23
+++ /dev/null
@@ -1,4 +0,0 @@
-select min(unique2) as x into table temp_bench from tenk1;
-drop table temp_bench;
-select min(unique2) as x into table temp_bench from tenk1;
-drop table temp_bench;