mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
1cae1af6f9
* remove old 5.2+ InnoDB support for virtual columns * enable corresponding parts of the innodb-5.7 sources * copy corresponding test cases from 5.7 * copy detailed Alter_inplace_info::HA_ALTER_FLAGS flags from 5.7 - and more detailed detection of changes in fill_alter_inplace_info() * more "innodb compatibility hooks" in sql_class.cc to - create/destroy/reset a THD (used by background purge threads) - find a prelocked table by name - open a table (from a background purge thread) * different from 5.7: - new service thread "thd_destructor_proxy" to make sure all THDs are destroyed at the correct point in time during the server shutdown - proper opening/closing of tables for vcol evaluations in + FK checks (use already opened prelocked tables) + purge threads (open the table, MDLock it, add it to tdc, close when not needed) - cache open tables in vc_templ - avoid unnecessary allocations, reuse table->record[0] and table->s->default_values - not needed in 5.7, because it overcalculates: + tell the server to calculate vcols for an on-going inline ADD INDEX + calculate vcols for correct error messages * update other engines (mroonga/tokudb) accordingly |
||
---|---|---|
.. | ||
doc | ||
mysql-test | ||
PerconaFT | ||
tests | ||
tools | ||
CMakeLists.txt | ||
ha_tokudb.cc | ||
ha_tokudb.h | ||
ha_tokudb_admin.cc | ||
ha_tokudb_alter_55.cc | ||
ha_tokudb_alter_56.cc | ||
ha_tokudb_alter_common.cc | ||
ha_tokudb_mrr_maria.cc | ||
ha_tokudb_mrr_mysql.cc | ||
ha_tokudb_update.cc | ||
hatoku_cmp.cc | ||
hatoku_cmp.h | ||
hatoku_defines.h | ||
hatoku_hton.cc | ||
hatoku_hton.h | ||
tokudb.cnf | ||
tokudb_background.cc | ||
tokudb_background.h | ||
tokudb_buffer.h | ||
tokudb_card.h | ||
tokudb_debug.h | ||
tokudb_information_schema.cc | ||
tokudb_information_schema.h | ||
tokudb_math.h | ||
tokudb_memory.h | ||
tokudb_status.h | ||
tokudb_sysvars.cc | ||
tokudb_sysvars.h | ||
tokudb_thread.cc | ||
tokudb_thread.h | ||
tokudb_time.h | ||
tokudb_txn.h | ||
tokudb_update_fun.cc | ||
tokudb_vlq.h |