diff options
-rw-r--r-- | mysql-test/r/range.result | 1 | ||||
-rw-r--r-- | mysql-test/t/range.test | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/range.result b/mysql-test/r/range.result index 287c254b0a5..a1f03a292c5 100644 --- a/mysql-test/r/range.result +++ b/mysql-test/r/range.result @@ -646,7 +646,6 @@ count(*) drop table t1; create table t1 (a int); insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); -DROP TABLE IF EXISTS t2; CREATE TABLE t2 ( pk1 int(11) NOT NULL, pk2 int(11) NOT NULL, diff --git a/mysql-test/t/range.test b/mysql-test/t/range.test index 13770f962f8..d53b05b98b1 100644 --- a/mysql-test/t/range.test +++ b/mysql-test/t/range.test @@ -495,7 +495,6 @@ drop table t1; create table t1 (a int); insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); -DROP TABLE IF EXISTS t2; CREATE TABLE t2 ( pk1 int(11) NOT NULL, pk2 int(11) NOT NULL, |