summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-03-22 17:48:28 +0100
committerunknown <mskold@mysql.com>2005-03-22 17:48:28 +0100
commit677a9936a1e74fb3af3051eb25c2c288377c82be (patch)
tree1e7757411aef01fa917a15979facb1d10165f30c /sql/ha_ndbcluster.cc
parent8d0393aae3118f99060e2c3dfeec837af0bc0171 (diff)
downloadmariadb-git-677a9936a1e74fb3af3051eb25c2c288377c82be.tar.gz
Added better comment for perceived problem with fix for Bug #8753 Invalid schema object version after dropping index
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 77850d9506c..92d5e6119aa 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -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
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
- - 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)