mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@ -662,4 +662,15 @@ tee
|
||||
source
|
||||
^^^
|
||||
3
|
||||
#
|
||||
# MDEV-34203: Sandbox mode \- is not compatible with --binary-mode
|
||||
#
|
||||
create table t1 (a int);
|
||||
drop table t1;
|
||||
show create table t1;
|
||||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`a` int(11) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
drop table t1;
|
||||
# End of 10.5 tests
|
||||
|
Reference in New Issue
Block a user