Commit 610b9509 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Run 64-bit for verify

git-svn-id: file:///svn/tokudb@457 c7de825b-a66e-492c-adef-691d508d4ae1
parent b3f2c431
...@@ -52,6 +52,7 @@ struct fieldinfo db_fields64[] = { ...@@ -52,6 +52,7 @@ struct fieldinfo db_fields64[] = {
{"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)", 568, 8}, {"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)", 568, 8},
{"int (*set_flags) (DB *, u_int32_t)", 664, 8}, {"int (*set_flags) (DB *, u_int32_t)", 664, 8},
{"int (*stat) (DB *, void *, u_int32_t)", 696, 8}, {"int (*stat) (DB *, void *, u_int32_t)", 696, 8},
{"int (*verify) (DB *, const char *, const char *, FILE *, u_int32_t)", 720, 8},
{"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))", 728, 8}, {"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))", 728, 8},
{0, 864, 864} /* size of whole struct */ {0, 864, 864} /* size of whole struct */
}; };
......
...@@ -52,6 +52,7 @@ struct fieldinfo db_fields64[] = { ...@@ -52,6 +52,7 @@ struct fieldinfo db_fields64[] = {
{"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)", 664, 8}, {"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)", 664, 8},
{"int (*set_flags) (DB *, u_int32_t)", 752, 8}, {"int (*set_flags) (DB *, u_int32_t)", 752, 8},
{"int (*stat) (DB *, void *, u_int32_t)", 808, 8}, {"int (*stat) (DB *, void *, u_int32_t)", 808, 8},
{"int (*verify) (DB *, const char *, const char *, FILE *, u_int32_t)", 840, 8},
{"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))", 856, 8}, {"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))", 856, 8},
{0, 1056, 1056} /* size of whole struct */ {0, 1056, 1056} /* size of whole struct */
}; };
......
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