mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
18795f5512
1127 changed files with 48150 additions and 48034 deletions
|
|
@ -27,7 +27,7 @@ SHOW CREATE TABLE innodb_stats_drop_locked;
|
|||
Table Create Table
|
||||
innodb_stats_drop_locked CREATE TABLE `innodb_stats_drop_locked` (
|
||||
`c` int(11) DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 STATS_PERSISTENT=1
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci STATS_PERSISTENT=1
|
||||
DROP TABLE innodb_stats_drop_locked;
|
||||
SHOW TABLES;
|
||||
Tables_in_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue