moving from mnesia to ets. matchspecs are complicated when dates and atoms are involved.

This commit is contained in:
aj
2010-11-18 00:28:50 -08:00
parent 63c8a29198
commit a90d6246ec
10 changed files with 433 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
ERLC_WARNINGS := -W1
MNESIA_DIR := db
RUN_INIT := -run ezic_db init
RUN_INIT := -boot start_sasl ##-run ezic_db init
DEBUG := -DNODEBUG -Ddebug
TEST :=
TZSET := northamerica
@@ -31,7 +31,8 @@ clean :
run :
erl -pa ebin -mnesia dir $(MNESIA_DIR) $(RUN_INIT)
## erl -pa ebin -mnesia dir $(MNESIA_DIR) $(RUN_INIT)
erl -pa ebin $(RUN_INIT)
devstart : RUN_INIT += -s ezic dev -s erlang halt
@@ -48,4 +49,5 @@ diff :
debug : DEBUG += +debug_info
##debug : RUN_INIT += -s ezic dev
debug : all run