mariadb/mysql-test/suite/heap
Varun Gupta f691d9865b MDEV-7317: Make an index ignorable to the optimizer
This feature adds the functionality of ignorability for indexes.
Indexes are not ignored be default.

To control index ignorability explicitly for a new index,
use IGNORE or NOT IGNORE as part of the index definition for
CREATE TABLE, CREATE INDEX, or ALTER TABLE.

Primary keys (explicit or implicit) cannot be made ignorable.

The table INFORMATION_SCHEMA.STATISTICS get a new column named IGNORED that
would store whether an index needs to be ignored or not.
2021-03-04 22:50:00 +05:30
..
btree_varchar_null.result MDEV-4813 Replication fails on updating a MEMORY table with an index using btree 2014-10-07 10:54:14 +02:00
btree_varchar_null.test MDEV-4813 Replication fails on updating a MEMORY table with an index using btree 2014-10-07 10:54:14 +02:00
drop.result test dropping of a MEMORY table 2020-07-04 01:44:46 +02:00
drop.test test dropping of a MEMORY table 2020-07-04 01:44:46 +02:00
heap.result MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
heap.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
heap_auto_increment.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
heap_auto_increment.test Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
heap_btree.result MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
heap_btree.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
heap_hash.result MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
heap_hash.test MDEV-16188 Post merge fixes: more for TokuDB 2019-02-08 12:32:31 -08:00