1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
parent 196a87cbd6
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