mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +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 |
||
---|---|---|
.. | ||
federated_gcol.result | ||
gcol_archive.result | ||
gcol_blackhole.result | ||
gcol_blocked_sql_funcs_innodb.result | ||
gcol_blocked_sql_funcs_myisam.result | ||
gcol_bug20746926.result | ||
gcol_bugfixes.result | ||
gcol_column_def_options_innodb.result | ||
gcol_column_def_options_myisam.result | ||
gcol_csv.result | ||
gcol_falcon.result | ||
gcol_handler_innodb.result | ||
gcol_handler_myisam.result | ||
gcol_ins_upd_innodb.result | ||
gcol_ins_upd_myisam.result | ||
gcol_keys_innodb.result | ||
gcol_keys_myisam.result | ||
gcol_memory.result | ||
gcol_merge.result | ||
gcol_ndb.result | ||
gcol_non_stored_columns_innodb.result | ||
gcol_non_stored_columns_myisam.result | ||
gcol_partition_innodb.result | ||
gcol_partition_myisam.result | ||
gcol_rejected_innodb.result | ||
gcol_rollback.result | ||
gcol_select_innodb.result | ||
gcol_select_myisam.result | ||
gcol_supported_sql_funcs_innodb.result | ||
gcol_supported_sql_funcs_myisam.result | ||
gcol_trigger_sp_innodb.result | ||
gcol_trigger_sp_myisam.result | ||
gcol_update.result | ||
gcol_view_innodb.result | ||
gcol_view_myisam.result | ||
innodb_partition.result | ||
innodb_prefix_index_check.result | ||
innodb_virtual_basic.result | ||
innodb_virtual_blob.result | ||
innodb_virtual_debug.result | ||
innodb_virtual_debug_purge.result | ||
innodb_virtual_fk.result | ||
innodb_virtual_fk_restart.result | ||
innodb_virtual_index.result | ||
innodb_virtual_purge.result | ||
innodb_wl8114.result | ||
main_alter_table.result | ||
main_mysqldump.result | ||
rpl_gcol.result |