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