summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-10-25 08:49:35 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-10-25 08:49:35 +0200
commit0ab6fd5f3edfaf75de01a89695f2d1236c23f06b (patch)
treeb44ba564d9a474d46fc84ee6cf1b1410be9a0716 /sql/ha_ndbcluster.h
parent2318f1bf0301cc5103ca26721449d88e3f50b772 (diff)
parent12111f9541b29378b3f3aa7002c4c5f388ac5edd (diff)
downloadmariadb-git-0ab6fd5f3edfaf75de01a89695f2d1236c23f06b.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index cffc7dcdd47..f0903d3a233 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -808,7 +808,7 @@ private:
NDB_INDEX_TYPE get_index_type_from_table(uint index_no) const;
NDB_INDEX_TYPE get_index_type_from_key(uint index_no, KEY *key_info,
bool primary) const;
- int check_index_fields_not_null(uint index_no);
+ int check_index_fields_not_null(KEY *key_info);
uint set_up_partition_info(partition_info *part_info,
TABLE *table,