Tests and results fixed with last precision/decimal related modifications

This commit is contained in:
holyfoot@hf-ibm.(none) 2005-05-06 01:01:39 +05:00
commit 8f3647005c
23 changed files with 1015 additions and 994 deletions

View file

@ -504,7 +504,7 @@ show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`c1` bigint(20) default NULL,
`c2` decimal(64,30) default NULL,
`c2` decimal(65,30) default NULL,
`c3` longtext,
`c4` double default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1