diff options
author | gluh@eagle.(none) <> | 2007-09-20 14:10:05 +0500 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-09-20 14:10:05 +0500 |
commit | 88a4df4ec0d101b1bfe40a1ae174f3958af8f711 (patch) | |
tree | 6b9ec49af02f09921c19be300af3675d88dd0e14 /mysql-test/r/create.result | |
parent | 7c87dc6e52a96825727a7f7da6fe9c074757ad52 (diff) | |
parent | 6b81174cdec5ef444fadd1726f71412a3a0d9fb1 (diff) | |
download | mariadb-git-88a4df4ec0d101b1bfe40a1ae174f3958af8f711.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
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 84a620336dc..b370fbf6fbe 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -443,7 +443,7 @@ d date YES NULL e varchar(1) NO f datetime YES NULL g time YES NULL -h longblob NO +h longblob NO NULL dd time YES NULL select * from t2; a b c d e f g h dd |