diff options
author | gluh@mysql.com/vva.(none) <> | 2006-07-18 20:13:13 +0500 |
---|---|---|
committer | gluh@mysql.com/vva.(none) <> | 2006-07-18 20:13:13 +0500 |
commit | 7c0930c4ae2fd0d78d5b874c3dcb3d6cadf97a64 (patch) | |
tree | ae2433ee760d3f5cff5087c6c630e8a50fb6331e /mysql-test/r/strict.result | |
parent | f76aec6d908d4edbce11dbefa65c3cfbba24ce83 (diff) | |
download | mariadb-git-7c0930c4ae2fd0d78d5b874c3dcb3d6cadf97a64.tar.gz |
after merge fix
Diffstat (limited to 'mysql-test/r/strict.result')
-rw-r--r-- | mysql-test/r/strict.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/strict.result b/mysql-test/r/strict.result index 169b885fa3d..dd96dc6d983 100644 --- a/mysql-test/r/strict.result +++ b/mysql-test/r/strict.result @@ -1341,6 +1341,6 @@ comment '123456789*123456789*123456789*123456789*123456789*123456789*'; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `i` int(11) default NULL + `i` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='123456789*123456789*123456789*123456789*123456789*123456789*' drop table t1; |