mariadb/storage
Marko Mäkelä d5d7c8ba96 MDEV-30544 Deprecate innodb_defragment and related parameters
There is a little used option innodb_defragment that would make
OPTIMIZE TABLE not rebuild the table as usual for InnoDB, but
instead cause the index B-trees to be optimized in place.

This option uses excessive locking (exclusively locking index trees).
It never covered SPATIAL INDEX or FULLTEXT INDEX. Storage space
was never reclaimed.

Because this option is not particularly useful and causes a
maintenance burden (most recently in
commit de4030e4d4),
it is best to deprecate it, to prepare for its removal.
2023-02-21 13:33:47 +02:00
..
archive Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
blackhole Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
columnstore Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
connect Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
csv Add limits for how many IO operations a table access will do 2023-02-02 23:57:30 +03:00
example Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
federated Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
federatedx Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
heap Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
innobase MDEV-30544 Deprecate innodb_defragment and related parameters 2023-02-21 13:33:47 +02:00
maria Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
mroonga Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
myisam Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
myisammrg MDEV-30088 Assertion `cond_selectivity <= 1.0' failed in get_range_limit_read_cost 2023-02-10 12:58:50 +02:00
oqgraph Changing all cost calculation to be given in milliseconds 2023-02-02 23:54:45 +03:00
perfschema Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
rocksdb Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
sequence Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
sphinx Add limits for how many IO operations a table access will do 2023-02-02 23:57:30 +03:00
spider Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
test_sql_discovery Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00