- May 09, 2012
-
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
- May 06, 2012
-
-
Howard Chu authored
-
- May 03, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Apr 18, 2012
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- Apr 17, 2012
-
-
- Apr 16, 2012
-
-
Quanah Gibson-Mount authored
-
-
- Apr 12, 2012
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Hallvard Furuseth authored
Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'. Also drop bdb from file description.
-
Hallvard Furuseth authored
Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Define MDB_FDATASYNC() instead of redefining fdatasync().
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
If the database is opened with MDB_RDONLY or MDB_NOSYNC, instead use the same file descriptor for me_mfd and me_fd. Also factor out Windows/Unix error handling after open.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Get txn->mt_txnid from the meta page instead. Otherwise it and txn->mt_toggle could become inconsistent, since read-only txns fetched both from MDB_txbody without mutex proteciton.
-
Hallvard Furuseth authored
Make DPRINTF usable in if-else. Silence signed vs unsigned warning.
-
- Apr 11, 2012
-
-
Quanah Gibson-Mount authored
-
-
-
-
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-
-
Was being fooled before because the newly malloc'd block had the same address as the previously freed block.
-
- Apr 10, 2012
-
-
Howard Chu authored
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-
Howard Chu authored
Was being fooled before because the newly malloc'd block had the same address as the previously freed block.
-
- Apr 09, 2012
-
-
Quanah Gibson-Mount authored
-