1
0
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:
Marko Mäkelä
2018-10-11 15:10:13 +03:00
parent 3448ceb02a
commit 6319c0b541
20 changed files with 60 additions and 60 deletions

View File

@ -1 +1 @@
--loose-skip-innodb-unsafe-truncate
--loose-innodb-safe-truncate=1