diff options
author | kent@mysql.com <> | 2006-05-17 23:35:08 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-17 23:35:08 +0200 |
commit | 5842dcaa7daa5fa9b443f1720afdfffc63408781 (patch) | |
tree | b445582aaece08ed7bc0175eeb09cd1ebdd6db1c /mysql-test/r/case.result | |
parent | 62f61f527f5a69a96cead2848641c4b69ed37da1 (diff) | |
parent | 98b81c4f2524ff84dc06febbfffe954a6b27bb90 (diff) | |
download | mariadb-git-5842dcaa7daa5fa9b443f1720afdfffc63408781.tar.gz |
Merge mysql.com:/data0/mysqldev/my/tmp_merge
into mysql.com:/tmp/mysql-5.1-new
Diffstat (limited to 'mysql-test/r/case.result')
-rw-r--r-- | mysql-test/r/case.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/case.result b/mysql-test/r/case.result index 9d2706f64fa..49e96928599 100644 --- a/mysql-test/r/case.result +++ b/mysql-test/r/case.result @@ -152,7 +152,7 @@ SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( `COALESCE(1)` int(1) NOT NULL DEFAULT '0', - `COALESCE(1.0)` decimal(2,1) unsigned NOT NULL DEFAULT '0.0', + `COALESCE(1.0)` decimal(2,1) NOT NULL DEFAULT '0.0', `COALESCE('a')` varchar(1) NOT NULL DEFAULT '', `COALESCE(1,1.0)` decimal(2,1) NOT NULL DEFAULT '0.0', `COALESCE(1,'1')` varbinary(1) NOT NULL DEFAULT '', |