1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00
Files
mariadb/mysql-test/suite/innodb/r
Marko Mäkelä 893472d005 MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segments
The option innodb_rollback_segments was deprecated already in
MariaDB Server 10.0. Its misleadingly named replacement innodb_undo_logs
is of very limited use. It makes sense to always create and use the
maximum number of rollback segments.

Let us remove the deprecated parameter innodb_rollback_segments and
deprecate&ignore the parameter innodb_undo_logs (to be removed in a
later major release).

This work involves some cleanup of InnoDB startup. Similar to other
write operations, DROP TABLE will no longer be allowed if
innodb_force_recovery is set to a value larger than 3.
2019-05-23 17:34:47 +03:00
..
2019-04-05 11:41:03 +03:00
2019-03-06 09:00:52 +02:00
2019-04-25 16:05:20 +03:00
2019-03-25 17:18:15 +02:00
2019-02-05 21:50:52 +02:00
2019-04-25 16:05:20 +03:00
2018-07-02 12:27:28 +03:00
2019-04-12 12:45:06 +03:00
2019-02-19 17:41:13 +02:00
2019-04-12 12:45:06 +03:00
2019-04-17 15:59:30 +03:00
2018-02-15 10:22:03 +02:00
2018-11-06 09:40:39 +02:00
2018-12-13 21:58:35 +02:00
2019-05-04 17:04:55 +02:00