Browse Source
[t:2350] Added DB_NOOVERWRITE_NO_ERROR flag for DB->put.
[t:2350] Added DB_NOOVERWRITE_NO_ERROR flag for DB->put.
Will return EINVAL for ENV->put_multiple. Has same semantics as INSERT IGNORE in mysql. (equivalently) Has same semantics as DB_NOOVERWRITE except that it returns 0 if there is a duplicate key error instead of DB_KEYEXISTS git-svn-id: file:///svn/toku/tokudb@17682 c7de825b-a66e-492c-adef-691d508d4ae1pull/73/head
16 changed files with 117 additions and 26 deletions
-
5buildheader/db.h_4_1
-
5buildheader/db.h_4_3
-
5buildheader/db.h_4_4
-
5buildheader/db.h_4_5
-
5buildheader/db.h_4_6
-
25buildheader/make_db_h.c
-
5buildheader/tdb.h
-
5include/db.h
-
17newbrt/brt.c
-
2newbrt/brt.h
-
1newbrt/brtdump.c
-
1newbrt/brttypes.h
-
5newbrt/logformat.c
-
34newbrt/recover.c
-
7newbrt/ule.c
-
16src/ydb.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue