mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-29446 Change SHOW CREATE TABLE to display default collation
This commit is contained in:
parent
667df98c3e
commit
f1544424de
1087 changed files with 47936 additions and 47957 deletions
|
|
@ -710,7 +710,7 @@ t2 CREATE TABLE `t2` (
|
|||
`a` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `a` (`a`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
set @a=0;
|
||||
create table t3 as select * from t2 limit 0;
|
||||
insert into t3 select @a:=@a+1, t2.a from t2, t0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue