diff options
Diffstat (limited to 'mysql-test/r/select_jcl6.result')
-rw-r--r-- | mysql-test/r/select_jcl6.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/select_jcl6.result b/mysql-test/r/select_jcl6.result index 3c62d0676ae..61a8cb990cc 100644 --- a/mysql-test/r/select_jcl6.result +++ b/mysql-test/r/select_jcl6.result @@ -3795,9 +3795,9 @@ coalesce(9223372036854775808, 1) co; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `i` decimal(19,0) NOT NULL DEFAULT '0', - `c` decimal(19,0) NOT NULL DEFAULT '0', - `co` decimal(19,0) NOT NULL DEFAULT '0' + `i` decimal(19,0) NOT NULL, + `c` decimal(19,0) NOT NULL, + `co` decimal(19,0) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; select |