diff options
Diffstat (limited to 'src/test/bench/query29')
-rw-r--r-- | src/test/bench/query29 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/bench/query29 b/src/test/bench/query29 deleted file mode 100644 index f6a715b229f..00000000000 --- a/src/test/bench/query29 +++ /dev/null @@ -1,2 +0,0 @@ -insert into tenk1 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) values (1000, 70, 0, 2, 0, 10, 50, 688, 1950, 4950, 9950, 1, 100, 'ron may choi', 'jae kwang choi', 'u. c. berkeley'); -insert into tenk1 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) values (500, 40, 0, 2, 0, 10, 50, 688, 1950, 4950, 9950, 1, 100, 'ron may choi', 'jae kwang choi', 'u. c. berkeley'); |