Commit 5e089be8 authored by Yoni Fogel's avatar Yoni Fogel

refs #6485 Add 26 byte datebuf to engine status rows

git-svn-id: file:///svn/toku/tokudb@55083 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1e551946
......@@ -651,6 +651,7 @@ int main (int argc, char *const argv[] __attribute__((__unused__))) {
printf(" double dnum; \n");
printf(" uint64_t num; \n");
printf(" const char * str; \n");
printf(" char datebuf[26]; \n");
printf(" struct partitioned_counter *parcount;\n");
printf(" } value; \n");
printf("} * TOKU_ENGINE_STATUS_ROW, TOKU_ENGINE_STATUS_ROW_S; \n");
......
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