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
|
|
@ -1789,7 +1789,7 @@ t5 CREATE TABLE `t5` (
|
|||
`param13` decimal(65,38) DEFAULT NULL,
|
||||
`param14` longtext DEFAULT NULL,
|
||||
`param15` longblob DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
select * from t5 ;
|
||||
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
|
||||
def test t5 t5 const01 const01 3 1 1 N 36865 0 63
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue