diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-30 23:10:11 +0100 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-30 23:10:11 +0100 |
commit | bae9fc077ca178a63f7d97e4b161c35a3e63b85d (patch) | |
tree | b7f1174cbd4bed3e76e64a71a4d6e86274b90687 /sql/ha_ndbcluster.h | |
parent | 910b5c5930bb2de8df75ea812b51fb78a7af2aeb (diff) | |
download | mariadb-git-bae9fc077ca178a63f7d97e4b161c35a3e63b85d.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 8e153e0bbc4..ed9e5ea41cc 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -846,7 +846,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 fetch_next(NdbScanOperation* op); int next_result(byte *buf); int define_read_attrs(byte* buf, NdbOperation* op); |