Commit 2adabcb3 authored by mskold@mysql.com's avatar mskold@mysql.com

Added better comment for perceived problem with fix for Bug #8753 Invalid...

Added better comment for perceived problem with fix for Bug #8753 Invalid schema object version after dropping index
parent 27dbed43
...@@ -3060,9 +3060,10 @@ THR_LOCK_DATA **ha_ndbcluster::store_lock(THD *thd, ...@@ -3060,9 +3060,10 @@ THR_LOCK_DATA **ha_ndbcluster::store_lock(THD *thd,
When a table lock is held one transaction will be started which holds When a table lock is held one transaction will be started which holds
the table lock and for each statement a hupp transaction will be started the table lock and for each statement a hupp transaction will be started
If we are locken the table then: If we are locking the table then:
- save the NdbDictionary::Table for easy access - save the NdbDictionary::Table for easy access
- build a list of the indexes for the table - save reference to table statistics
- refresh list of the indexes for the table if needed (if altered)
*/ */
int ha_ndbcluster::external_lock(THD *thd, int lock_type) int ha_ndbcluster::external_lock(THD *thd, int lock_type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment