mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '11.5' into 11.6
This commit is contained in:
@ -849,7 +849,7 @@ teeeeeeeeeeeest
|
||||
show create table t1;
|
||||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`b` mediumblob DEFAULT NULL
|
||||
`b` blob DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
|
||||
drop table t1,t2;
|
||||
create table t1 select 1 union select -1;
|
||||
|
Reference in New Issue
Block a user