mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@ -1557,6 +1557,7 @@ DROP TABLE t1;
|
||||
# MariaDB: Note that the table will still have 'TRANSACTIONAL=1' attribute.
|
||||
# That's the intended behavior atm.
|
||||
#
|
||||
set statement sql_mode='' for
|
||||
create table t1 (n int not null, c char(1)) transactional=1;
|
||||
show create table t1;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user