mariadb/mysql-test/suite
Marko Mäkelä 88edb1b3ed MDEV-14219 Allow online table rebuild when encryption or compression parameters change
When MariaDB 10.1.0 introduced table options for encryption and
compression, it unnecessarily changed
ha_innobase::check_if_supported_inplace_alter() so that ALGORITHM=COPY
is forced when these parameters differ.

A better solution is to move the check to innobase_need_rebuild().
In that way, the ALGORITHM=INPLACE interface (yes, the syntax is
very misleading) can be used for rebuilding the table much more
efficiently, with merge sort, with no undo logging, and allowing
concurrent DML operations.
2017-10-31 09:10:25 +02:00
..
archive
binlog
binlog_encryption
csv
encryption MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
engines
federated
funcs_1
funcs_2
galera
galera_3nodes Bug Fix 2017-10-11 01:09:05 +05:30
handler
heap
innodb MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
innodb_fts Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
innodb_zip Merge 10.0 into 10.1 2017-10-24 20:36:03 +03:00
jp
large_tests
maria Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
mariabackup Do not use File::Which, it is not always available. 2017-10-23 14:17:50 +00:00
mtr/t
mtr2
multi_source
optimizer_unfixed_bugs
parts Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
percona
perfschema
perfschema_stress
plugins
roles Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
rpl
storage_engine
stress
sys_vars MDEV-10802 TIMESTAMP NOT NULL field with explicit_defaults_for_timestamp and NO_ZERO_DATE shouldn't throw error 2017-10-14 19:43:16 +04:00
unit
vcol Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
wsrep