diff options
author | unknown <msvensson@neptunus.(none)> | 2006-06-10 19:35:18 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-06-10 19:35:18 +0200 |
commit | d7b474e1e673b120d8aebc295f29a7dbd215b79c (patch) | |
tree | f59ac324b87ee121b9d4dcd0d904ee9a98b21b8d | |
parent | c31ab099b4ba376a37b88c4d0fe70c355f163c27 (diff) | |
download | mariadb-git-d7b474e1e673b120d8aebc295f29a7dbd215b79c.tar.gz |
Update result
mysql-test/r/rpl_loaddata.result:
Add missing drop table t1 to result
-rw-r--r-- | mysql-test/r/rpl_loaddata.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_loaddata.result b/mysql-test/r/rpl_loaddata.result index 47e056429ce..f6c49ace94d 100644 --- a/mysql-test/r/rpl_loaddata.result +++ b/mysql-test/r/rpl_loaddata.result @@ -79,3 +79,4 @@ terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by ERROR 23000: Duplicate entry '2003-03-22' for key 'day' drop table t2; drop table t2; +drop table t1; |