diff options
author | unknown <venu@myvenu.com> | 2003-01-07 18:59:08 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-01-07 18:59:08 -0800 |
commit | db67a2ee6149b16c4976ddd510e62d35c6eb8a9f (patch) | |
tree | 0037dc5a0037e6dd01c3bb6cb7e38ad591e558ba /mysql-test/r/create.result | |
parent | e3494520c9d88a8b44b6237cfdb141fd85760c7f (diff) | |
download | mariadb-git-db67a2ee6149b16c4976ddd510e62d35c6eb8a9f.tar.gz |
Simple misc cases - warnings
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r-- | mysql-test/r/create.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index a32d32a4ab7..ea553b5ac58 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -1,4 +1,4 @@ -drop table if exists t1,t2; +drop table if exists t1,t2,t3; create table t1 (b char(0)); insert into t1 values (""),(null); select * from t1; |