mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate
Rename the 10.2-specific configuration option innodb_unsafe_truncate to innodb_safe_truncate, and invert its value. The default (for now) is innodb_safe_truncate=OFF, to avoid disrupting users with an undo and redo log format change within a Generally Available (GA) release series.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
--loose-innodb-sys-tables
|
||||
--loose-innodb-sys-tablespaces
|
||||
--loose-innodb-sys-datafiles
|
||||
--loose-skip-innodb-unsafe-truncate
|
||||
--loose-innodb-safe-truncate=1
|
||||
|
Reference in New Issue
Block a user