summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-02-01 10:05:22 +0100
committerunknown <mskold@mysql.com>2005-02-01 10:05:22 +0100
commitaf97b55308ee07b82837fa3e91b8ddb7f5e32d0a (patch)
tree3305456120aff67a778b05a18de2a8aff865176e /sql/ha_ndbcluster.h
parentfcbfb2971c6b0b1ba86809b10ad6f5740aea0c64 (diff)
parentcdce11a32b3f7801e942bd14b29f233008e335b9 (diff)
downloadmariadb-git-af97b55308ee07b82837fa3e91b8ddb7f5e32d0a.tar.gz
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb sql/filesort.cc: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_select.cc: Auto merged
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 52b7a0ac915..c660d8f618d 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 {