Commit Graph

  • fa0751771e lmdb: properly link with librt.so compatibility. Leo Yuriev 2015-09-05 18:30:30 +03:00
  • abda67f23e lmdb: minor Makefile update, CFLAGS from environment. Leo Yuriev 2015-09-05 02:20:23 +03:00
  • 16a30be8fc lmdb: minor refine mdb_chk output, mostly for 'zero size-of-entry' error. Leo Yuriev 2015-09-03 17:20:01 +03:00
  • 07ee471b1c lmdb: me_maxkey_limit always computed and checked against MDB_MAXKEYSIZE at opening env. Leo Yuriev 2015-09-02 18:04:46 +03:00
  • f7d8812e6c lmdb: n-entries info from b-tree traversal in mdb_chk. Leo Yuriev 2015-09-02 17:53:48 +03:00
  • 9106e80fba lmdb: refine output of mdb_chk. Leo Yuriev 2015-09-02 14:36:03 +03:00
  • 15e0600b6c lmdb: major rework of traversal b-tree for mdb_chk. Leo Yuriev 2015-09-02 13:30:53 +03:00
  • 8ff2458003 lmdb: refine and flush output in mdb_chk. Leo Yuriev 2015-09-01 13:53:38 +03:00
  • fd4163d784 lmdb: mdb_chk informs about elapsed time. Leo Yuriev 2015-09-01 13:43:22 +03:00
  • de0cf8dfbb lmdb: refine exit-codes in mdb_chk. Leo Yuriev 2015-09-01 13:31:03 +03:00
  • e7f58da2ac lmdb: support for a utterly no-sync mode, by combination of MDB_NOSYNC and MDB_MAPASYNC. Leo Yuriev 2015-09-01 12:04:08 +03:00
  • 030aca6816 lmdb: fix lmdb_load for properly restoration of dbi-flags. Leo Yuriev 2015-08-31 23:47:37 +03:00
  • e955d64ebf lmdb: made mdb_load compatible with mdb_dump. Leo Yuriev 2015-08-31 23:19:35 +03:00
  • 55cbf745ff lmdb: follow mdb_dump to ITS#8181. Leo Yuriev 2015-08-31 22:55:49 +03:00
  • 1be4140abf lmdb: mdb_chk allows interruption of b-tree travesersal. Leo Yuriev 2015-08-31 21:43:00 +03:00
  • 37b3629329 lmdb: '-s' option for mdb_chk to processing only a specific subdb. Leo Yuriev 2015-08-31 21:34:57 +03:00
  • 69beb1525f lmdb: '-d' option to mdb_chk for disabling b-tree traversal. Leo Yuriev 2015-08-31 20:58:41 +03:00
  • db7e7ae4df lmdb: origin - return to release engineering. Howard Chu 2015-08-21 21:42:25 +01:00
  • e4d9f0a905 lmdb: ITS#7377 catch calloc error in mdb_env_init_meta(). Hallvard Furuseth 2015-08-23 11:12:45 +02:00
  • 73941be79a lmdb: Doc tweak - MDB_RESERVE / DUPSORT incompat. Howard Chu 2015-08-22 14:00:12 +01:00
  • d6b5070100 lmdb: Another MDB_APPEND doc tweak. Howard Chu 2015-08-21 21:40:33 +01:00
  • 6a3efb82eb lmdb-test: workaround for MDB_FIXEDMAP to avoid sporadic failures. Leo Yuriev 2015-08-23 15:20:01 +03:00
  • 537fc0fe1a lmdb: simple write benchmark. Leo Yuriev 2015-06-18 15:24:37 +03:00
  • 00d2057204 lmdb: fix rare MDB_MAP_FULL when pages are available in the gc. Leo Yuriev 2015-08-19 14:40:44 +03:00
  • 5856a6bb6e lmdb: output subtotal % info for each dbi-table. Leo Yuriev 2015-08-19 23:35:44 +03:00
  • 7fc3427b9c lmdb: Release 0.9.16 Howard Chu 2015-08-14 01:00:38 +01:00
  • b8c45546f6 lmdb: more likely/unlikely hints. Leo Yuriev 2015-08-13 18:59:38 +03:00
  • ad8c4a19bb lmdb: fix segfault in mdb_chk when mdb_env_open() failed. Leo Yuriev 2015-08-07 22:39:57 +03:00
  • 65555273aa lmdb: rework mdb_chk for cooperative and shared modes. Leo Yuriev 2015-08-07 22:16:15 +03:00
  • c70999052c lmdb: rework error handling inside mdb_chk. Leo Yuriev 2015-08-07 21:27:11 +03:00
  • 96d69e3fa1 lmdb: added mdb_env_open_ex() and exclusive/monopoly mode for mdb_chk. Leo Yuriev 2015-08-07 20:05:10 +03:00
  • 59b74d5df0 lmdb: added write-lock mode for mdb_chk. Leo Yuriev 2015-08-06 21:52:38 +03:00
  • 0ee96ec09b lmdb: fix mdb_chk doesn't account an errors, but just report it. Leo Yuriev 2015-08-06 17:11:08 +03:00
  • 1171e4d73a lmdb: fix build non-debug mode (MDB_DEBUG=0). Leo Yuriev 2015-08-06 17:09:55 +03:00
  • 255fbfa303 lmdb: added '-v' when calling mdb_chk after tests. Leo Yuriev 2015-08-05 14:34:08 +03:00
  • 3fc45cbaea lmdb: fix assertion failure in case error while opening DB in debug-mode. Leo Yuriev 2015-08-05 14:14:39 +03:00
  • 595f9e700d lmdb: fix b-tree walking bug in case empty db. Leo Yuriev 2015-08-05 13:23:30 +03:00
  • a243a38aa6 lmdb: adding page-space usage info to mdb_chk. Leo Yuriev 2015-08-05 13:13:43 +03:00
  • c32cf0fea4 lmdb, back-mdb: use 'long' as result to speedup comparison. Leo Yuriev 2015-08-05 00:43:20 +03:00
  • e2127a6e57 lmdb: check multi-value ordering in mdb_chk. Leo Yuriev 2015-08-05 00:33:04 +03:00
  • b60f510355 lmdb: rework key/data comparison to avoid alignment errors. Leo Yuriev 2015-08-05 00:30:45 +03:00
  • 41d38a1e4d lmdb: fix format-string for 'entries' in mdb_chk. Leo Yuriev 2015-08-04 22:32:34 +03:00
  • 1dbcf773a0 lmdb: ITS#8192 (reference to EINTR on WIN32) - not affected in ReOpenLDAP. Leo Yuriev 2015-08-04 14:10:44 +03:00
  • b980ff72cb lmdb: 0.9.16, updated CHANGES for ITS#8181, #8190, #8200. Howard Chu 2015-07-28 15:20:43 +01:00
  • c9a8595ef2 lmdb: Kill magic numbers for NUM_METAS, databases. Hallvard Furuseth 2015-07-26 07:16:41 +02:00
  • 061fe51e8c lmdb: ITS#7377 Catch mdb_put() to blocked/read-only txns. Hallvard Furuseth 2015-07-19 21:44:02 +02:00
  • d6b3c6f710 lmdb: ITS#7377 Always notice env error on txn startup. Hallvard Furuseth 2015-07-19 21:43:10 +02:00
  • 11999c8c02 lmdb: Cleanup, Drop !mt_dbxs hack, use MDB_TXN_FINISHED. Hallvard Furuseth 2015-07-19 21:31:54 +02:00
  • 342d56977f lmdb: Catch most uses of finished/parent txns. Hallvard Furuseth 2015-07-19 21:31:25 +02:00
  • e3c8fa8eba lmdb: Move code into mdb_txn_end(). Was mdb_txn_reset0. Hallvard Furuseth 2015-07-19 21:30:12 +02:00
  • 23af429b3f lmdb: ITS#8200 Fix mdb_midl_shrink() usage, return void. Hallvard Furuseth 2015-07-19 21:18:31 +02:00
  • 862cfc30c4 lmdb: Simpler mdb_node_add(). Hallvard Furuseth 2015-07-11 21:09:36 +02:00
  • 2fdf96cf4f lmdb: ITS#8181 reflect changes for mdb_chk. Leo Yuriev 2015-08-03 15:59:19 +03:00
  • be27186f76 lmdb: ITS#8181 Verify that records are/aren't DBs. Hallvard Furuseth 2015-07-11 21:01:40 +02:00
  • 91a6b6de57 lmdb: ITS#8190 fix cursor EOF bug. Howard Chu 2015-07-07 13:41:32 +01:00
  • 96fb8eec8a lmdb: More ESECT declarations. Hallvard Furuseth 2015-07-04 13:50:21 +02:00
  • 57b263693c lmdb: Add DB_USRVALID, to avoid 'dbi == FREE_DBI' tests. Hallvard Furuseth 2015-07-04 13:49:12 +02:00
  • 4cb5d637d4 lmdb: Simpler flag/DBI checks and MDB_DEBUG. Hallvard Furuseth 2015-07-04 13:48:07 +02:00
  • 9e52d29fd8 lmdb: Simpler mdb_drop(). Hallvard Furuseth 2015-07-04 13:48:06 +02:00
  • 6524dbf3a1 lmdb: Simpler mdb_node_shrink(). Hallvard Furuseth 2015-07-04 13:48:05 +02:00
  • a6fa632a54 lmdb: Simpler mdb_txn_commit(). Hallvard Furuseth 2015-07-04 13:48:04 +02:00
  • 82213d732c lmdb: cleanup mdb_txn_begin(). Hallvard Furuseth 2015-07-04 13:48:03 +02:00
  • b3a3dc4c6b lmdb: Omit scanning DUPSORT sub-DB leaves in mdb_drop0(). Hallvard Furuseth 2015-07-04 13:48:02 +02:00
  • b13d850bd7 lmdb: Use mdb_cmp_int_a/mdb_cmp_long() for FREE_DBI. Hallvard Furuseth 2015-07-04 13:48:01 +02:00
  • 84b6ecb9a8 lmdb: Hide internal flags in mdb_env_get_flags(). Hallvard Furuseth 2015-07-04 13:42:41 +02:00
  • 295beda00c lmdb: fix ABI compatibility with original liblmdb.so Leo Yuriev 2015-06-04 19:12:14 +03:00
  • 001f89d4af lmdb: Clarify mdb_env_open() doc of 'mode' param. Hallvard Furuseth 2015-06-02 20:49:33 +02:00
  • 75f9080c7d lmdb: more CHANGES. Hallvard Furuseth 2015-05-29 03:08:32 +02:00
  • f71cb6d69e lmdb: ITS#8156 Fix MDB_MAXKEYSIZE doc. Hallvard Furuseth 2015-05-28 20:51:24 +02:00
  • 55ae3dfa8b lmdb: ITS#8157 mdb_txn_renew0(): init after error checks. Hallvard Furuseth 2015-05-28 15:53:19 +03:00
  • bb7b923fdd lmdb: Set/clear mp_pad, md_pad (MDB_DUPFIXED data size). Hallvard Furuseth 2015-05-20 04:04:38 +02:00
  • 36be104097 lmdb-test: mtest*.c: Fix MDB_NOOVERWRITE, plug cursor leak. Hallvard Furuseth 2015-05-20 03:17:47 +02:00
  • 476c5b02ea lmdb: ITS#8117 Fix MDB_INTEGERDUP keysize doc. Hallvard Furuseth 2015-05-19 20:33:35 +02:00
  • 104312d15e lmdb: update mdb_chk for checkpoints, minor cosmetics. Leo Yuriev 2015-05-11 21:50:18 +03:00
  • 1581fecd08 lmdb: test for weak-checkpoints feature. Leo Yuriev 2015-05-13 22:48:02 +03:00
  • 21705fd9a2 lmdb: seek to steady meta-page on db-open. Leo Yuriev 2015-05-12 21:10:43 +03:00
  • 633f2a10ad lmdb: forces a steady checkpoint if OOM occurred because of reclaiming stops on a weak ones. Leo Yuriev 2015-05-15 00:56:27 +03:00
  • 312135169f lmdb: weak/steady for meta-pages. Leo Yuriev 2015-05-12 22:11:13 +03:00
  • a283d782f6 lmdb: bigbang for sync-to-disk path and related. Leo Yuriev 2015-05-09 01:42:46 +03:00
  • 1c37139b2a lmdb: drops no-lock operation mode (now MDB_NOLOCK is UNSUPPORTED). Leo Yuriev 2015-05-12 18:29:07 +03:00
  • eec1ccaa77 lmdb: drops support for non-POSIX. Leo Yuriev 2015-05-21 15:51:43 +03:00
  • c5db4043ee lmdb: prepare to bigbang (separated minor changes). Leo Yuriev 2015-05-12 22:29:03 +03:00
  • da5e3d5133 lmdb: fix test#6 and run it by 'make test'. Leo Yuriev 2015-05-13 17:54:30 +03:00
  • 548d9d4b03 lmdb: bugfix, OOM-handler couldn't help if LIFO-reclaiming disabled. Leo Yuriev 2015-05-15 01:19:09 +03:00
  • 7919a0f124 lmdb: run all test with mdb_chk by 'make test'. Leo Yuriev 2015-05-08 23:58:13 +03:00
  • bd05dd24ab lmdb: fix mdb_chk for case MainDB's records isn't a sub-db. Leo Yuriev 2015-05-08 23:57:01 +03:00
  • f2703156f0 lmdb: mdb: b-tree walk, page-map check in mdb_chk. Leo Yuriev 2015-05-08 03:44:30 +03:00
  • 23720958b6 lmdb: mdb_chk tool (initial). Leo Yuriev 2015-04-29 07:59:42 +03:00
  • 4a04e59dba lmdb: refork debug. Leo Yuriev 2015-05-04 01:23:38 +03:00
  • 0ac9ba6472 lmdb: ITS#8117 better fix. Howard Chu 2015-05-03 07:52:47 +01:00
  • 59d6560fc3 lmdb: cleanup Windows support. Leo Yuriev 2015-05-04 02:24:36 +03:00
  • f97cc739cb lmdb: ITS#8117 - reworks of comparison for MDB_INTEGERKEY and MDB_INTEGERDUP. Leo Yuriev 2015-04-29 16:04:00 +03:00
  • d4bddde7aa lmdb: ITS#8109 fix mdb_cursor_del0 on empty DB. Howard Chu 2015-04-23 05:49:56 +01:00
  • 1cab8ed564 lmdb: minor update lmdb/CHANGES. Leo Yuriev 2015-04-23 05:39:44 +03:00
  • ae9fdb3a26 lmdb: minor refine 'make test'. Leo Yuriev 2015-04-22 22:40:20 +03:00
  • 8103d0b458 lmdb: Clear error from previous txn on renew. Hallvard Furuseth 2015-04-08 21:47:24 +02:00
  • 9752e58a14 lmdb: Fix EACCES description. Hallvard Furuseth 2015-01-27 06:10:57 +01:00
  • 38789b6c0a lmdb: refine sync/async writes of meta-pages. Leo Yuriev 2015-04-18 17:17:45 +03:00
  • 347c1d6dfb lmdb: ITS#8106 retry writes on EINTR. Howard Chu 2015-04-17 18:32:54 +01:00
  • d0b4943352 lmdb: ITS#8062 - fix rebalance, also handle subcursors. Howard Chu 2015-04-15 23:20:55 +01:00