summaryrefslogtreecommitdiff
path: root/storage/rocksdb/mysql-test/rocksdb/r/type_fixed_indexes.result
diff options
context:
space:
mode:
authorVarun Gupta <varun.gupta@mariadb.com>2021-02-25 19:59:51 +0530
committerVarun Gupta <varun.gupta@mariadb.com>2021-02-25 19:59:51 +0530
commit7d2a47880c0e349a2a6db6b1ab39afbb5d6a0f9b (patch)
tree90a2a489090ea49b31530668d665e7feb048be8e /storage/rocksdb/mysql-test/rocksdb/r/type_fixed_indexes.result
parent27d66d644cf2ebe9201e0362f2050036cce2908a (diff)
downloadmariadb-git-7d2a47880c0e349a2a6db6b1ab39afbb5d6a0f9b.tar.gz
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 IGNORE that would store whether an index needs to be ignored or not.
Diffstat (limited to 'storage/rocksdb/mysql-test/rocksdb/r/type_fixed_indexes.result')
0 files changed, 0 insertions, 0 deletions