mariadb/mysql-test/suite/gcol/r
Sergei Golubchik 1cae1af6f9 MDEV-5800 InnoDB support for indexed vcols
* 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
2016-12-12 20:27:42 +01:00
..
federated_gcol.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_archive.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_blackhole.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_blocked_sql_funcs_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_blocked_sql_funcs_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_bug20746926.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_bugfixes.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
gcol_column_def_options_innodb.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
gcol_column_def_options_myisam.result MDEV-5800 MyISAM support for indexed vcols 2016-12-12 20:27:36 +01:00
gcol_csv.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_falcon.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_handler_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_handler_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_ins_upd_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_ins_upd_myisam.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
gcol_keys_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_keys_myisam.result MDEV-5800 MyISAM support for indexed vcols 2016-12-12 20:27:36 +01:00
gcol_memory.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_merge.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_ndb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_non_stored_columns_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_non_stored_columns_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_partition_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_partition_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_rejected_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_rollback.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
gcol_select_innodb.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
gcol_select_myisam.result MDEV-5800 MyISAM support for indexed vcols 2016-12-12 20:27:36 +01:00
gcol_supported_sql_funcs_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_supported_sql_funcs_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_trigger_sp_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_trigger_sp_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_update.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_view_innodb.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
gcol_view_myisam.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
innodb_partition.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_prefix_index_check.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_basic.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_blob.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_debug.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_debug_purge.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_fk.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_fk_restart.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_index.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_virtual_purge.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_wl8114.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
main_alter_table.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
main_mysqldump.result MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
rpl_gcol.result gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00