- Apr 11, 2013
-
-
Fix commit e5b96f2c
-
- Apr 08, 2013
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
mdb_dbi_close() must allow any dbi < maxdbs, since opens in an uncommitted txn don't increment env->me_numdbs.
-
- Apr 05, 2013
-
-
Howard Chu authored
This reverts commit 8eef7a42. Previous commit was correct, duplicate keys should not appear here.
-
Howard Chu authored
-
- Apr 04, 2013
-
-
Howard Chu authored
Check for overflow pages, reset cursor position properly.
-
Howard Chu authored
In APPEND don't immediately reject matching key, since this is valid for APPENDDUP.
-
Howard Chu authored
Append mode should *reject* keys that are too small. Also allow APPENDDUP in mdb_put().
-
- Apr 02, 2013
-
-
Howard Chu authored
When fixing other cursors, must also fix their depth.
-
Howard Chu authored
Make sure C_INITIALIZED gets set on successful call
-
Howard Chu authored
-
- Apr 01, 2013
-
-
Quanah Gibson-Mount authored
-
- Mar 31, 2013
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Variables mdb_debug, mdb_debug_start were used undefined.
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 29, 2013
-
-
Howard Chu authored
-
- Mar 28, 2013
-
- Mar 27, 2013
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Mar 26, 2013
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
-
- Mar 25, 2013
-
-
Howard Chu authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
-
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
-
- Mar 23, 2013
-
-
Claude Brisson authored
If the variable dkey.mv_size is non-zero, then it means dkey contains some original data which has to be put back in the child db, typically when the child db has just been created. But when using MDB_MULTIPLE, if this variable has not been reset to zero, we may come back to this section and wrongly think that there is some original data to be taken care of.
-