summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-26 11:31:46 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-26 11:31:46 +0100
commitd041ed2d8cddc67fe9dacbf2060927b84139f3f4 (patch)
tree4e04933cc990354077d53b898f92e4a29019b6f6 /sql/ha_ndbcluster.h
parent9d1701898bb98dc59d121cfc5b485fbf86b30f4b (diff)
downloadmariadb-git-d041ed2d8cddc67fe9dacbf2060927b84139f3f4.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 {