mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.8 into 10.9
This commit is contained in:
@ -49,7 +49,7 @@ t1 CREATE TABLE `t1` (
|
||||
`localtimestamp(6)` datetime(6) NOT NULL,
|
||||
`time_to_sec(123456)` bigint(17) DEFAULT NULL,
|
||||
`time_to_sec('12:34:56.789')` decimal(19,3) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
select * from t1;
|
||||
sec_to_time(12345) 03:25:45
|
||||
sec_to_time(12345.6789) 03:25:45.6789
|
||||
@ -133,7 +133,7 @@ t1 CREATE TABLE `t1` (
|
||||
`t4` time(4) DEFAULT NULL,
|
||||
`t5` time(5) DEFAULT NULL,
|
||||
`t6` time(6) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
select * from t1;
|
||||
dauto 2011-01-02 12:13:14
|
||||
d0 2011-01-02 12:13:14
|
||||
|
Reference in New Issue
Block a user