MDEV-29446 Change SHOW CREATE TABLE to display default collation

This commit is contained in:
Alexander Barkov 2022-09-02 17:32:14 +04:00
commit f1544424de
1087 changed files with 47936 additions and 47957 deletions

View file

@ -2,7 +2,7 @@ drop database if exists mysqltest1;
create schema foo;
show create schema foo;
Database Create Database
foo CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 */
foo CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci */
show schemas;
Database
foo