diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
commit | 381da0c9d807ba6347b3802b1bad9dca07c3f3f0 (patch) | |
tree | f8114d82f4cc82dd965c4aa6cf18a2e00ba259cc /mysql-test/r/warnings.result | |
parent | 7f1715a7c7645e89306303418f05e9a6d056f5a1 (diff) | |
download | mariadb-git-381da0c9d807ba6347b3802b1bad9dca07c3f3f0.tar.gz |
Fix for bug#42364 reverted.
Diffstat (limited to 'mysql-test/r/warnings.result')
-rw-r--r-- | mysql-test/r/warnings.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/warnings.result b/mysql-test/r/warnings.result index 8a87852d582..2e393aea9e4 100644 --- a/mysql-test/r/warnings.result +++ b/mysql-test/r/warnings.result @@ -313,9 +313,4 @@ ERROR 22001: Data too long for column 'c_tinytext' at row 1 insert into t2 values(@q); ERROR 22001: Data too long for column 'c_tinyblob' at row 1 drop table t1, t2; -DROP TABLE t1; -ERROR 42S02: Unknown table 't1' -SHOW ERRORS; -Level Code Message -Error 1051 Unknown table 't1' End of 5.0 tests |