mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
SET GLOBAL innodb_fast_shutdown=0;
|
||||
# restart: --innodb_undo_tablespaces=2
|
||||
SET GLOBAL innodb_undo_log_truncate = 1;
|
||||
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
|
||||
create table t1(keyc int primary key, c char(100)) engine = innodb;
|
||||
begin;
|
||||
commit;
|
||||
|
Reference in New Issue
Block a user