Commit a6f982b6 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Fix {{{db.h_4_6}}}. Fixes #560.

git-svn-id: file:///svn/tokudb@2946 c7de825b-a66e-492c-adef-691d508d4ae1
parent 06125dbc
...@@ -73,7 +73,7 @@ sample_offsets_local: ./db.h ...@@ -73,7 +73,7 @@ sample_offsets_local: ./db.h
sample_offsets_local: sample_offsets.c sample_offsets_local: sample_offsets.c
$(CC) $(CFLAGS) -I. -DLOCAL $< -o $@ $(CC) $(CFLAGS) -I. -DLOCAL $< -o $@
hfiles: db.h_4_1 db.h_4_3 db.h_4_4 db.h_4_5 hfiles: db.h_4_1 db.h_4_3 db.h_4_4 db.h_4_5 db.h_4_6
check32: sample_offsets_local check32: sample_offsets_local
./sample_offsets_local ./sample_offsets_local
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment