Commit 5f9cb159 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Add {{DB*dbp}} to {{{DBC}}}. Addresses #215.

git-svn-id: file:///svn/tokudb@1315 c7de825b-a66e-492c-adef-691d508d4ae1
parent a1dbfac4
......@@ -84,6 +84,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */
};
struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 272, 8},
{"int (*c_del) (DBC *, u_int32_t)", 288, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8},
......
......@@ -88,6 +88,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */
};
struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 264, 8},
{"int (*c_del) (DBC *, u_int32_t)", 280, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 296, 8},
......
......@@ -88,6 +88,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */
};
struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 272, 8},
{"int (*c_del) (DBC *, u_int32_t)", 288, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8},
......
......@@ -87,6 +87,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 80, 80} /* size of whole struct */
};
struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 304, 8},
{"int (*c_del) (DBC *, u_int32_t)", 320, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 336, 8},
......
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