summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2005-01-26 11:31:46 +0100
committertomas@poseidon.ndb.mysql.com <>2005-01-26 11:31:46 +0100
commit5779a6a576100fa008f51bcd9ad50bce6007c037 (patch)
tree4e04933cc990354077d53b898f92e4a29019b6f6 /sql/ha_ndbcluster.h
parent9259dd1d819bc70ff4ee249494cc25967e7f18c5 (diff)
downloadmariadb-git-5779a6a576100fa008f51bcd9ad50bce6007c037.tar.gz
Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 15e61a93574..07b305bad3e 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -52,6 +52,7 @@ typedef struct ndb_index_data {
NDB_INDEX_TYPE type;
void *index;
void *unique_index;
+ unsigned char *unique_index_attrid_map;
} NDB_INDEX_DATA;
typedef struct st_ndbcluster_share {