diff options
author | unknown <mskold@mysql.com> | 2004-08-19 11:51:06 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-08-19 11:51:06 +0200 |
commit | 8a5bb1a06cd3425ec5275ee2a78fa414bacb89e6 (patch) | |
tree | 54c38acf47dd28ddf67286172b6d2f0ce7d496b4 /sql/ha_ndbcluster.h | |
parent | 149d9e2f4d9692b2c2392bdf326cd603b7c16ac2 (diff) | |
download | mariadb-git-8a5bb1a06cd3425ec5275ee2a78fa414bacb89e6.tar.gz |
Minor typo
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index d982ca446fe..7eb1b8dbefb 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -156,8 +156,8 @@ class ha_ndbcluster: public handler int create_ordered_index(const char *name, KEY *key_info); int create_unique_index(const char *name, KEY *key_info); int initialize_autoincrement(const void *table); - enum IBLP {ILBP_CREATE = 0, ILBP_OPEN = 1}; // index_list_build_phase - int build_index_list(TABLE *tab, enum IBLP phase); + enum ILBP {ILBP_CREATE = 0, ILBP_OPEN = 1}; // Index List Build Phase + int build_index_list(TABLE *tab, enum ILBP phase); int get_metadata(const char* path); void release_metadata(); const char* get_index_name(uint idx_no) const; |