Commit 5b3c3eb4 authored by Rich Prohaska's avatar Rich Prohaska

run with -O0 on 32 bit linux creates a broken log_header.h file. Addresses #33

git-svn-id: file:///svn/tokudb@746 c7de825b-a66e-492c-adef-691d508d4ae1
parent 568d3c45
......@@ -62,7 +62,8 @@ const struct logtype logtypes[] = {
{"FILENUM", "filenum"},
{"DISKOFF", "diskoff"},
{"BYTESTRING", "key"},
{"BYTESTRING", "data"}}},
{"BYTESTRING", "data"},
NULLFIELD}},
{0,0,FA{NULLFIELD}}
};
......
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