1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/include
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
..
2013-03-28 17:19:09 +04:00
2010-02-24 13:15:34 +04:00
2013-12-20 12:42:33 +04:00
2016-09-06 12:50:02 +04:00
2016-05-30 16:56:29 +04:00
2011-10-19 21:45:18 +02:00
2014-03-27 22:26:58 +01:00
2011-10-19 21:45:18 +02:00
2012-09-27 20:09:46 +02:00
2010-08-25 22:22:33 +02:00
2016-09-10 16:04:44 +02:00
2010-09-12 18:40:01 +02:00
2012-10-01 13:15:29 +02:00
2012-01-13 15:50:02 +01:00
2010-10-20 16:56:09 +02:00
2010-10-20 16:56:09 +02:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2012-01-13 15:50:02 +01:00
2012-09-10 17:26:54 +03:00
2014-08-02 21:26:16 +02:00
2011-07-15 09:09:33 +02:00
2013-12-22 17:06:50 +01:00
2010-09-16 09:58:57 +02:00
2016-09-08 15:49:03 +03:00
2010-12-02 14:10:52 +03:00
2011-07-15 09:09:33 +02:00
2015-06-16 23:55:56 +02:00
2012-03-28 01:04:46 +02:00
2013-01-31 09:48:19 +01:00
2010-12-20 15:15:01 +01:00
2013-02-22 10:23:17 +01:00
2012-02-06 21:36:56 +01:00
2012-10-19 20:38:59 +02:00
2010-05-26 22:34:25 +08:00
2011-10-19 21:45:18 +02:00
2011-07-02 22:08:51 +02:00
2010-12-22 00:37:35 -08:00