diff options
author | unknown <antony@ltantony.rdg.cyberkinetica.homeunix.net> | 2004-12-18 11:57:17 +0000 |
---|---|---|
committer | unknown <antony@ltantony.rdg.cyberkinetica.homeunix.net> | 2004-12-18 11:57:17 +0000 |
commit | 73f1e79a085f8df69f4eaed02e2322f83af0ae2b (patch) | |
tree | 1c77a1894df33a2be2e3b935b144588a18b6d15d | |
parent | 538661d66a22c36f69793224ec779262c02172ff (diff) | |
download | mariadb-git-73f1e79a085f8df69f4eaed02e2322f83af0ae2b.tar.gz |
Fix testmysql-4.0.23
-rw-r--r-- | mysql-test/r/update.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/update.result b/mysql-test/r/update.result index 2d0903a4dae..7810d52d156 100644 --- a/mysql-test/r/update.result +++ b/mysql-test/r/update.result @@ -203,7 +203,6 @@ colC colA colD colE colF 3 4433 10005 492 500 DROP TABLE t1; DROP TABLE t2; -drop table if exists t1, t2; create table t1 (c1 int, c2 char(6), c3 int); create table t2 (c1 int, c2 char(6)); insert into t1 values (1, "t1c2-1", 10), (2, "t1c2-2", 20); |