diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-05-04 15:55:38 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-05-04 15:55:38 +0200 |
commit | 302d23fe2fe550296963cb7bd2d52f280a5e156d (patch) | |
tree | 24ec8652744228ed53cf73676d5a0fa31784d9aa /sql/ha_ndbcluster.h | |
parent | b96c4289b6ad7c731065e07f602dd0664bc2623f (diff) | |
download | mariadb-git-302d23fe2fe550296963cb7bd2d52f280a5e156d.tar.gz |
ndb:
stilled small memleak
+ changed clear/init indexes code a litter
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 25e93a2c676..f407cb0090f 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -720,8 +720,6 @@ private: NDB_INDEX_TYPE idx_type, uint idx_no); // Index list management int create_indexes(Ndb *ndb, TABLE *tab); - void clear_index(int i); - void clear_indexes(); int open_indexes(Ndb *ndb, TABLE *tab, bool ignore_error); void renumber_indexes(Ndb *ndb, TABLE *tab); int drop_indexes(Ndb *ndb, TABLE *tab); |