mariadb/storage/innobase/row
Jan Lindström c75e92fd6f MDEV-5141: Failing assertion: ib_table->stat_initialized in file ha_innodb.cc line 11042 on concurrent ALTER and SELECT from I_S
Analysis: After ALTER TABLE the table statistics needs to be rebuilt and therefore stat_initialized is set false.  It will be rebuilt when the table is loaded again and table is closed when alter table is completed. However, during alter table table could be used by concurrent SELECT from I_S. Therefore, we need to rebuild transient table statistics meanwhile until table can be reloaded.
2013-10-17 12:17:32 +03:00
..
row0ext.cc
row0ftsort.cc
row0import.cc
row0ins.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0log.cc MDEV-4133: Review InnoDB tablespace allocation patch by Toshikuni Fukaya. If innodb_use_posix_fallocate is set we use posix_fallocate call to extent tablespace allocation instead of pwrite. 2013-08-23 09:03:57 +03:00
row0merge.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0mysql.cc MDEV-5141: Failing assertion: ib_table->stat_initialized in file ha_innodb.cc line 11042 on concurrent ALTER and SELECT from I_S 2013-10-17 12:17:32 +03:00
row0purge.cc
row0quiesce.cc
row0row.cc
row0sel.cc
row0uins.cc
row0umod.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0undo.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0upd.cc
row0vers.cc