mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
44fd2c4b24
1152 changed files with 30607 additions and 29546 deletions
|
|
@ -26,7 +26,7 @@ t1 CREATE TABLE `t1` (
|
|||
`f1` int(11) NOT NULL,
|
||||
`f2` int(11) NOT NULL,
|
||||
PRIMARY KEY (`f1`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
disconnect con1;
|
||||
DROP TABLE t1;
|
||||
SET DEBUG_SYNC=RESET;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue