diff options
author | mskold/marty@mysql.com/linux.site <> | 2006-11-30 22:52:23 +0100 |
---|---|---|
committer | mskold/marty@mysql.com/linux.site <> | 2006-11-30 22:52:23 +0100 |
commit | aa03fbcac99b5d3e871eee8b3128ad9b895d6ef1 (patch) | |
tree | 40319cb671d57ac5d4b330747853fb95e33dab04 /sql/ha_ndbcluster.h | |
parent | e71c09b48279260a8c61b5f481f6e79ecd0cc56b (diff) | |
download | mariadb-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.h | 2 |
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, |