Loading sql/ha_ndbcluster.cc +0 −1 Original line number Diff line number Diff line Loading @@ -1138,7 +1138,6 @@ int ha_ndbcluster::create_indexes(Ndb *ndb, TABLE *tab) DBUG_PRINT("error", ("Failed to create index %u", i)); break; } m_index[i].status= CREATED; } DBUG_RETURN(error); Loading sql/ha_ndbcluster.h +2 −3 Original line number Diff line number Diff line Loading @@ -56,9 +56,8 @@ typedef enum ndb_index_type { typedef enum ndb_index_status { UNDEFINED = 0, CREATED = 1, ACTIVE = 2, TO_BE_DROPPED = 3 ACTIVE = 1, TO_BE_DROPPED = 2 } NDB_INDEX_STATUS; typedef struct ndb_index_data { Loading Loading
sql/ha_ndbcluster.cc +0 −1 Original line number Diff line number Diff line Loading @@ -1138,7 +1138,6 @@ int ha_ndbcluster::create_indexes(Ndb *ndb, TABLE *tab) DBUG_PRINT("error", ("Failed to create index %u", i)); break; } m_index[i].status= CREATED; } DBUG_RETURN(error); Loading
sql/ha_ndbcluster.h +2 −3 Original line number Diff line number Diff line Loading @@ -56,9 +56,8 @@ typedef enum ndb_index_type { typedef enum ndb_index_status { UNDEFINED = 0, CREATED = 1, ACTIVE = 2, TO_BE_DROPPED = 3 ACTIVE = 1, TO_BE_DROPPED = 2 } NDB_INDEX_STATUS; typedef struct ndb_index_data { Loading