Bug #55878 | Possible race condition in INNOBASE_SHARE (no race condition) | ||
---|---|---|---|
Submitted: | 10 Aug 2010 12:17 | Modified: | 15 Sep 2010 8:31 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | innodb INNOBASE_SHARE thr_lock |
[10 Aug 2010 12:17]
Marko Mäkelä
[11 Aug 2010 1:10]
Jimmy Yang
Marko, this is intentional, since ha_innobase::innobase_get_index(), innobase_get_mysql_key_number_for_index() will not be used when the index is being rebuilt with innobase_build_index_translation().
[20 Jan 2012 15:10]
Mattias Jonsson
This is done as a part of WL#4305 (which attach the Innobase_share to TABLE_SHARE or the holding partition engine, see wl for details).