lib/mu-store: rework implementation

* mu-store.h, mu-store-read.cc, mu-store-write.cc, mu-store-priv.hh have been reworked
   in mu-store.{cc,hh}, it the mix of c/c++ improved
 * update all the dependent modules
 * make it easier to upgrade an database in place (without user intervention)
 * remove the xbatch-size option
This commit is contained in:
Dirk-Jan C. Binnema
2019-07-28 14:12:06 +03:00
parent b7cda29b96
commit 83d6484f86
14 changed files with 1393 additions and 1947 deletions

View File

@ -102,10 +102,7 @@ libmu_la_SOURCES= \
mu-script.c \
mu-script.h \
mu-store.cc \
mu-store.h \
mu-store-read.cc \
mu-store-write.cc \
mu-store-priv.hh \
mu-store.hh \
mu-str.c \
mu-str.h \
mu-threader.c \