diff options
author | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-06-04 11:52:14 +0500 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-06-04 11:52:14 +0500 |
commit | e3fc1799ee73823da98b63d64cb6ecd3d27163f8 (patch) | |
tree | eef53a645dc5a73e4e5ed917c1cdc0cc19cec3a8 | |
parent | ec30069a2e212e5ed8bc9ad893601ca779267ae1 (diff) | |
download | mariadb-git-e3fc1799ee73823da98b63d64cb6ecd3d27163f8.tar.gz |
after-merge fix.
mysql-test/r/innodb_mysql.result:
result adjusted.
-rw-r--r-- | mysql-test/r/innodb_mysql.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb_mysql.result b/mysql-test/r/innodb_mysql.result index 4503aaecb38..6e03267f079 100644 --- a/mysql-test/r/innodb_mysql.result +++ b/mysql-test/r/innodb_mysql.result @@ -626,7 +626,7 @@ alter table t1 comment '123'; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `a` int(11) default NULL + `a` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='123' drop table t1; End of 5.0 tests |