Commit Graph

  • 2ff1096c49 mdbx: refine mdbx_update_gc(). Leonid Yuriev 2018-09-22 10:47:51 +03:00
  • c5e72817ca mdbx-doc: import - mdb_cursor_del does not invalidate the cursor (ITS#8857). v0.0.4 moneromooo-monero 2018-05-15 10:53:13 +01:00
  • e1ce55d0e6 mdbx-doc: import - GET_MULTIPLE etc don't return the key (ITS#8908). Howard Chu 2018-08-29 01:25:01 +01:00
  • d23a3f3bc4 mdbx: drop inherited broken audit. Leonid Yuriev 2018-09-21 15:55:05 +03:00
  • b1620bbe47 mdbx: backport - prevent DB corruption due rebalance bugs. Leonid Yuriev 2018-09-21 15:15:13 +03:00
  • cd1b9ea1cf mdbx: fix and simplify lifo-cleanup-loop inside update_gc(). Leonid Yuriev 2018-09-21 02:36:04 +03:00
  • 31810c9957 mdbx-test: drop obsolete failfast cases inside 'gc.sh' script. Leonid Yuriev 2018-09-21 00:18:43 +03:00
  • a5cdbda9d8 mdbx-test: store 'log.lz4' on tmpfs. Leonid Yuriev 2018-09-21 01:04:35 +03:00
  • b868765ddf mdbx-test: reduce repeats number inside 'gc.sh' script. Leonid Yuriev 2018-09-20 23:29:23 +03:00
  • 2fc42fab7f mdbx-test: add simple loop.bat for Windows. Leonid Yuriev 2018-09-20 23:03:30 +03:00
  • 60271687ef mdbx-test: workaround for QueryFullProcessImageNameA() bug. Leonid Yuriev 2018-09-20 22:45:38 +03:00
  • d6c954cd43 mdbx: remove txnid/me_oldest asserts. Leonid Yuriev 2018-09-20 12:29:49 +03:00
  • 0b4c957bd5 mdbx: fix mdbx_find_oldest() for exclusive mode. Leonid Yuriev 2018-09-20 00:04:09 +03:00
  • e73df34619 mdbx: fix Coverity warnings (minor). Leonid Yuriev 2018-09-19 22:04:34 +03:00
  • f7bd98a4ce mdbx-chk: allow gap for GC's PNL upto one page. Leonid Yuriev 2018-09-19 17:06:56 +03:00
  • 82c975e174 mdbx: rework/fix cursor tracking inside mdbx_update_gc(). Leonid Yuriev 2018-09-19 14:50:50 +03:00
  • 4117c9f111 mdbx: move macros/inlines to fix Windows builds. Leonid Yuriev 2018-09-19 00:21:42 +03:00
  • b52e878c4f mdbx-chk: allow gap for GC's PNL upto half of page. Leonid Yuriev 2018-09-18 22:31:39 +03:00
  • c4e1c2b488 mdbx: refine assections (minor). Leonid Yuriev 2018-09-18 21:10:14 +03:00
  • 60bba72aa1 mdbx: re-define assert macro via mdbx_assert. Leonid Yuriev 2018-09-18 21:07:01 +03:00
  • 8e8b40e7a2 mdbx: fix update_gc() assertion. Leonid Yuriev 2018-09-18 20:50:47 +03:00
  • ab5668cf29 mdbx: add MDBX_FORCE_ASSERT. Leonid Yuriev 2018-09-18 18:16:24 +03:00
  • d6d03639a2 mdbx: one more fix/refine mdbx_update_gc(). Leonid Yuriev 2018-09-18 18:12:45 +03:00
  • 137f443e57 mdbx-test: fix sleep/child-signal handling. Leonid Yuriev 2018-09-17 16:57:26 +03:00
  • c6dccdc91a mdbx-test: fix MSVC warnings (minor). Leonid Yuriev 2018-09-17 16:21:09 +03:00
  • c287f88dbd mdbx: fix update_gc() for rare case when no reclaiming was made before. Leonid Yuriev 2018-09-17 14:21:32 +03:00
  • 844e39ebef mdbx-test: seeding keygen with actor_id for better spreading. Leonid Yuriev 2018-09-17 13:21:05 +03:00
  • 01ae5bad7d mdbx-test: add data-check before delete/update. Leonid Yuriev 2018-09-17 13:06:43 +03:00
  • 68fd9c9908 mdbx: add mdbx_get2() for testing. Leonid Yuriev 2018-09-17 10:35:06 +03:00
  • 940138fbda mdbx: rework prefer_max_scatter inside mdbx_update_gc(). Leonid Yuriev 2018-09-17 01:24:57 +03:00
  • 79633ecfd7 mdbx-test: add int-key/int-data cases to 'gc.sh'. Leonid Yuriev 2018-09-17 00:32:02 +03:00
  • 35cf4bb60f mdbx: add validation for DUPSORT flags. Leonid Yuriev 2018-09-16 18:37:56 +03:00
  • a91eef0c0f mdbx-test: cleanup DUPSORT flags. Leonid Yuriev 2018-09-16 18:52:32 +03:00
  • ff336fa65e mdbx: fix mdbx_replace(). Leonid Yuriev 2018-09-16 17:53:35 +03:00
  • 5cc4bec7b7 mdbx-test: avoid extra 'jitter' testcase loops. Leonid Yuriev 2018-09-16 22:01:56 +03:00
  • 49a3e04d92 mdbx: restore MDBX_SET behaviour. Leonid Yuriev 2018-09-16 17:49:56 +03:00
  • 0a6af9bca0 mdbx-test: switch to 'basic' testcase in 'gc.sh' script. Leonid Yuriev 2018-09-16 21:03:04 +03:00
  • bcbf040f5d mdbx: drop obsolete commented-out mdbx_node_add(). Leonid Yuriev 2018-09-16 16:08:09 +03:00
  • 40edf7e323 mdbx: refine mdbx_update_gc(), add extra audit. Leonid Yuriev 2018-09-15 15:19:16 +03:00
  • c945359858 mdbx: remove "" from debug-strings. Leonid Yuriev 2018-09-15 10:17:03 +03:00
  • d299a2601d mdbx: add SLAPD_LMDB_LEGACY option. Leo Yuriev 2018-09-14 15:57:44 +03:00
  • 1fca3d4c93 mdbx: fix add-node-args asserts. Leo Yuriev 2018-09-14 15:34:55 +03:00
  • 6043181636 mdbx-test: workaroung for MSVC bug. Leo Yuriev 2018-09-14 15:13:05 +03:00
  • 5a461a84e0 mdbx-ci: add test.db to appveyor artefacts (windows). Leo Yuriev 2018-09-14 15:11:38 +03:00
  • bf29182eda mdbx-ci: rename 'test.exe' to 'mdbx_test.exe'. Leo Yuriev 2018-09-14 14:15:42 +03:00
  • b4eb9dda5c mdbx-ci: push logs to appveyor separately. Leo Yuriev 2018-09-14 14:10:36 +03:00
  • f25c20693f mdbx-test: check commandline length under Windows. Leo Yuriev 2018-09-14 14:02:28 +03:00
  • 30949031c1 mdbx: check for pgno inside mdbx_page_get(). Leonid Yuriev 2018-09-14 02:04:25 +03:00
  • bf22699fb3 mdbx: avoid empty and unneeded large/overflow pages. Leonid Yuriev 2018-09-13 10:22:01 +03:00
  • e08409d209 mdbx: add mdbx_cursor_check() for audit. Leonid Yuriev 2018-09-12 05:19:32 +03:00
  • 70c796463b mdbx: fix tracking inside mdbx_cursor_del(). Leonid Yuriev 2018-09-12 05:21:50 +03:00
  • 3b80b358e5 mdbx-ci: temporary disable 64-bit Windows builds (test fail due command-line limitations). Leo Yuriev 2018-09-13 21:19:30 +03:00
  • 561d30518a mdbx: remove needless assert. Leo Yuriev 2018-09-13 21:18:02 +03:00
  • 01e016e6aa mdbx: fix tracking inside mdbx_cursor_del0(). Leo Yuriev 2018-09-11 16:55:22 +03:00
  • 94aa20febc mdbx: rework mdbx_dpage_free(), drop mdbx_page_free(). Leonid Yuriev 2018-09-10 22:23:32 +03:00
  • f22c0856bf mdbx: fix tracking inside mdbx_rebalance(). Leo Yuriev 2018-09-10 16:37:49 +03:00
  • 76f7c118c6 mdbx: alter mdbx_rebalance(). Leo Yuriev 2018-09-09 21:51:04 +03:00
  • ff738f1512 mdbx: alter mdbx_page_merge(). Leo Yuriev 2018-09-09 16:54:26 +03:00
  • 36fe81edad mdbx: refine mdbx_update_key() and mdbx_cursor_put(). Leonid Yuriev 2018-09-08 23:58:04 +03:00
  • 8cd0107e6a mdbx: alter mdbx_page_loose() and rework mdbx_kill_page(). Leonid Yuriev 2018-09-08 14:06:56 +03:00
  • cbd0b42e20 mdbx: alter mdbx_page_split(). Leo Yuriev 2018-09-07 19:15:34 +03:00
  • 6d33c137f6 mdbx: fix mdbx_cursor_put(). Leonid Yuriev 2018-09-07 01:47:10 +03:00
  • 78143d9a48 mdbx: fix mdbx_node_add_leaf2(). Leonid Yuriev 2018-09-07 00:40:28 +03:00
  • 6206b67d32 mdbx: rework move-node and split add-node. Leo Yuriev 2018-09-06 17:10:59 +03:00
  • 771ac1928b mdbx: add more const (minor). Leonid Yuriev 2018-09-06 10:01:17 +03:00
  • b6aace0825 mdbx: refine page-type macros. Leonid Yuriev 2018-09-05 22:00:47 +03:00
  • a30828b457 mdbx: alter mdbx_node_shrink(). Leo Yuriev 2018-09-05 18:11:21 +03:00
  • ecb0e268b0 mdbx: more asserts for page-type. Leo Yuriev 2018-09-05 17:10:45 +03:00
  • 859f306c9f mdbx-test: refine gc.sh script. Leonid Yuriev 2018-09-05 02:20:56 +03:00
  • 82ff482a0a mdbx-test: add setloglevel(). Leonid Yuriev 2018-09-04 14:44:35 +03:00
  • b2ddd49b77 mdbx: assertions for LEAF/BRANCH-pages mixing. Leonid Yuriev 2018-09-04 14:42:38 +03:00
  • 69c14f3694 mdbx: minore refine mdbx_page_alloc(). Leonid Yuriev 2018-09-04 12:29:41 +03:00
  • 22e7630d53 mdbx: fix MDBX_CORRUPTED due open/shrink collision. Leo Yuriev 2018-09-13 19:21:57 +03:00
  • a150b791a4 mdbx: audit freeing large/overflow pages. Leo Yuriev 2018-09-03 23:00:37 +03:00
  • 94b1553637 mdbx: fix mdbx_ovpage_free(). Leonid Yuriev 2018-09-03 21:26:16 +03:00
  • f1bb2f1ec2 mdbx: fix mdbx_gc_update() for empty list of reclaimed-pages. Leonid Yuriev 2018-09-03 18:53:25 +03:00
  • 64fb9b81f3 mdbx: allow GC's PNL be partially unused. Leonid Yuriev 2018-09-03 14:27:38 +03:00
  • 6fb628d88d mdbx: require data == NULL for mdbx_cursor_get(MDBX_SET). Leo Yuriev 2018-09-03 13:38:40 +03:00
  • 7ffff48fdc mdbx: rework mdbx_update_gc(). Leo Yuriev 2018-09-02 21:28:31 +03:00
  • cbafb3f471 mdbx: update DBXs with cursor-tracking. Leo Yuriev 2018-09-02 12:38:35 +03:00
  • 7ce1a4c0cf mdbx: clarify mdbx_backlog_size(). Leonid Yuriev 2018-09-01 21:00:13 +03:00
  • e00dce3543 mdbx: rework PNL, DPL and TXN lists. Leo Yuriev 2018-09-01 19:36:45 +03:00
  • 8f51b6bac2 mdbx-tools: fix ENOMEM for Windows (minor). Leo Yuriev 2018-09-13 17:30:12 +03:00
  • 438bda3ee3 mdbx-test: fix/refine keygen for non-MDBX_DUPSORT. Leonid Yuriev 2018-08-31 22:17:07 +03:00
  • 6be164a45b mdbx-test: default test-db size 4mb or 256mb. Leonid Yuriev 2018-08-31 20:04:40 +03:00
  • 3cf6bc0639 mdbx-test: add +/- data-dups passes into gc.sh script. Leonid Yuriev 2018-08-31 19:27:32 +03:00
  • 6b5d973a31 mdbx-test: alter keygen defaults (rotate 3, offset 41). Leonid Yuriev 2018-08-31 19:17:41 +03:00
  • 99934bc845 mdbx-test: fix/refine keygen. Leonid Yuriev 2018-08-31 18:50:35 +03:00
  • 2b305d33a3 mdbx-test: dump keygen params. Leonid Yuriev 2018-08-31 17:30:59 +03:00
  • 5051603c56 mdbx-test: refine key/value min/max handling. Leonid Yuriev 2018-08-31 17:05:00 +03:00
  • 102f57dd15 mdbx-test: 'none' for config-verbs. Leonid Yuriev 2018-08-31 15:30:35 +03:00
  • f4cd7b5418 mdbx-test: fix update_flags for non-MDBX_DUPSORT. Leonid Yuriev 2018-08-31 04:06:15 +03:00
  • 0ecc5226d6 mdbx-test: alter min/max for key/data length. Leonid Yuriev 2018-08-31 03:05:17 +03:00
  • 289da70a67 mdbx: fix max_keysize (TODO). Leonid Yuriev 2018-08-31 03:03:53 +03:00
  • 96bdf6559e mdbx-test: fix key/value generation for long-length cases. Leonid Yuriev 2018-08-31 02:17:35 +03:00
  • 0be592530e mdbx: fix accounting mdbx_ovpage_free(). Leo Yuriev 2018-08-31 01:30:40 +03:00
  • 6ce08100fa mdbx: fix accounting mdbx_page_loose(). Leo Yuriev 2018-08-30 23:46:34 +03:00
  • c3a9ad52ed mdbx: fix accounting mdbx_page_new(). Leonid Yuriev 2018-08-30 22:24:25 +03:00
  • 7c5d24f99a mdbx: fix accounting mdbx_rebalance(). Leo Yuriev 2018-08-30 21:43:52 +03:00
  • 3a8d73b7ef mdbx: fix accounting mdbx_drop0(). Leo Yuriev 2018-08-30 18:45:09 +03:00