mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Update result after merge, since the function Item::tmp_table_field_from_field_type()
now takes mbmaxlen into account when calculating max_length of new field.
This commit is contained in:
parent
10a7b8cedf
commit
ac4e03a315
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ t2 CREATE TABLE `t2` (
|
|||
`f5` timestamp NOT NULL default '0000-00-00 00:00:00',
|
||||
`f6` varchar(1) character set utf8 default NULL,
|
||||
`f7` text,
|
||||
`f8` text character set utf8
|
||||
`f8` mediumtext character set utf8
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
drop table t1, t2;
|
||||
(select avg(1)) union (select avg(1)) union (select avg(1)) union
|
||||
|
|
Loading…
Add table
Reference in a new issue