summaryrefslogtreecommitdiff
path: root/mysql-test/r/case.result
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-05-17 23:35:08 +0200
committerunknown <kent@mysql.com>2006-05-17 23:35:08 +0200
commite78b4cca2570ae8116bd5cdba5742d7e32d44350 (patch)
treeb445582aaece08ed7bc0175eeb09cd1ebdd6db1c /mysql-test/r/case.result
parent8df5fdb9334ff4c908471d5a6bd76dee57e3e9db (diff)
parentfe3ac3007a3766be7e826724b6bc3cf59b9930d0 (diff)
downloadmariadb-git-e78b4cca2570ae8116bd5cdba5742d7e32d44350.tar.gz
Merge mysql.com:/data0/mysqldev/my/tmp_merge
into mysql.com:/tmp/mysql-5.1-new mysql-test/r/ps_7ndb.result: Auto merged mysql-test/r/type_float.result: Auto merged sql/item.cc: Auto merged
Diffstat (limited to 'mysql-test/r/case.result')
-rw-r--r--mysql-test/r/case.result2
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 '',