summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2006-11-30 22:52:23 +0100
committermskold/marty@mysql.com/linux.site <>2006-11-30 22:52:23 +0100
commitaa03fbcac99b5d3e871eee8b3128ad9b895d6ef1 (patch)
tree40319cb671d57ac5d4b330747853fb95e33dab04 /sql/ha_ndbcluster.h
parente71c09b48279260a8c61b5f481f6e79ecd0cc56b (diff)
downloadmariadb-git-aa03fbcac99b5d3e871eee8b3128ad9b895d6ef1.tar.gz
bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: only check pk if it is updated
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 378b50ec85f..5d66a7920f9 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -661,7 +661,7 @@ private:
const NdbOperation *first,
const NdbOperation *last,
uint errcode);
- int peek_indexed_rows(const byte *record);
+ int peek_indexed_rows(const byte *record, bool check_pk);
int unique_index_read(const byte *key, uint key_len,
byte *buf);
int ordered_index_scan(const key_range *start_key,