mariadb/storage/xtradb/dict
Aakanksha Verma 3ae2198483 Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLES
PROBLEM
 =======
An add index doesn't update index length stats in information schema
TABLES table.

FIX
 ===
Update the dict_table_t variable with index length stats that is
actually calculated post alter . As this variable is used to populated
the information schema index length statistics.

Reviewed by: Bin su<bin.x.su@oracle.com>
RB: 21277
2019-04-25 14:12:45 +03:00
..
dict0boot.cc Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
dict0crea.cc Merge branch '10.0' into 10.1 2018-10-31 10:53:22 +01:00
dict0dict.cc Merge 5.5 into 10.1 2019-04-24 12:03:11 +03:00
dict0load.cc Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
dict0mem.cc Fix -Wnonnull-compare 2019-04-03 09:46:49 +03:00
dict0stats.cc Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLES 2019-04-25 14:12:45 +03:00
dict0stats_bg.cc Fix -Wclass-memaccess in WSREP,InnoDB,XtraDB 2018-08-03 12:21:13 +03:00