diff options
Diffstat (limited to 'mysql-test/r/union.result')
-rw-r--r-- | mysql-test/r/union.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/union.result b/mysql-test/r/union.result index 3930e5e25c1..94f304c77b1 100644 --- a/mysql-test/r/union.result +++ b/mysql-test/r/union.result @@ -170,7 +170,6 @@ testtt tsestset 1 drop table t1; -drop table if exists t1,t2; create table t1 (a int); create table t2 (a int); insert into t1 values (1),(2),(3),(4),(5); |