mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
after-merge fix.
This commit is contained in:

parent
1d9c8c8a3d
commit
df4cfc0bc1
@ -3652,9 +3652,9 @@ coalesce(9223372036854775808, 1) co;
|
|||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
`i` decimal(19,0) NOT NULL default '0',
|
`i` decimal(19,0) NOT NULL DEFAULT '0',
|
||||||
`c` decimal(19,0) NOT NULL default '0',
|
`c` decimal(19,0) NOT NULL DEFAULT '0',
|
||||||
`co` decimal(19,0) NOT NULL default '0'
|
`co` decimal(19,0) NOT NULL DEFAULT '0'
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||||
drop table t1;
|
drop table t1;
|
||||||
select
|
select
|
||||||
|
Reference in New Issue
Block a user