summaryrefslogtreecommitdiff
path: root/src/test/bench/query13
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query13')
-rw-r--r--src/test/bench/query134
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/bench/query13 b/src/test/bench/query13
deleted file mode 100644
index c937a60b45..0000000000
--- a/src/test/bench/query13
+++ /dev/null
@@ -1,4 +0,0 @@
-select t.*,B.unique1 AS Bunique1,B.unique2 AS Bunique2,B.two AS Btwo,B.four AS Bfour,B.ten AS Bten,B.twenty AS Btwenty,B.hundred AS Bhundred,B.thousand AS Bthousand,B.twothousand AS Btwothousand,B.fivethous AS Bfivethous,B.tenthous AS Btenthous,B.odd AS Bodd,B.even AS Beven,B.stringu1 AS Bstringu1,B.stringu2 AS Bstringu2,B.string4 AS Bstring4 into table temp_bench from tenk1 t, Bprime B where t.unique2 = B.unique2;
-drop table temp_bench;
-select t.*,B.unique1 AS Bunique1,B.unique2 AS Bunique2,B.two AS Btwo,B.four AS Bfour,B.ten AS Bten,B.twenty AS Btwenty,B.hundred AS Bhundred,B.thousand AS Bthousand,B.twothousand AS Btwothousand,B.fivethous AS Bfivethous,B.tenthous AS Btenthous,B.odd AS Bodd,B.even AS Beven,B.stringu1 AS Bstringu1,B.stringu2 AS Bstringu2,B.string4 AS Bstring4 into table temp_bench from tenk1 t, Bprime B where t.unique2 = B.unique2;
-drop table temp_bench;