Commit 99eef36f authored by mskold@mysql.com's avatar mskold@mysql.com

Minor typo

parent 59c9bcb3
...@@ -546,7 +546,7 @@ int ha_ndbcluster::get_metadata(const char *path) ...@@ -546,7 +546,7 @@ int ha_ndbcluster::get_metadata(const char *path)
} }
int ha_ndbcluster::build_index_list(TABLE *tab, enum IBLP phase) int ha_ndbcluster::build_index_list(TABLE *tab, enum ILBP phase)
{ {
int error= 0; int error= 0;
char *name; char *name;
......
...@@ -156,8 +156,8 @@ class ha_ndbcluster: public handler ...@@ -156,8 +156,8 @@ class ha_ndbcluster: public handler
int create_ordered_index(const char *name, KEY *key_info); int create_ordered_index(const char *name, KEY *key_info);
int create_unique_index(const char *name, KEY *key_info); int create_unique_index(const char *name, KEY *key_info);
int initialize_autoincrement(const void *table); int initialize_autoincrement(const void *table);
enum IBLP {ILBP_CREATE = 0, ILBP_OPEN = 1}; // index_list_build_phase enum ILBP {ILBP_CREATE = 0, ILBP_OPEN = 1}; // Index List Build Phase
int build_index_list(TABLE *tab, enum IBLP phase); int build_index_list(TABLE *tab, enum ILBP phase);
int get_metadata(const char* path); int get_metadata(const char* path);
void release_metadata(); void release_metadata();
const char* get_index_name(uint idx_no) const; const char* get_index_name(uint idx_no) const;
......
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