1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

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

git-svn-id: file:///svn/tokudb@1315 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Bradley C. Kuszmaul
2007-12-21 15:20:16 +00:00
parent a1dbfac439
commit 5f9cb1590b
4 changed files with 4 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */ {0, 72, 72} /* size of whole struct */
}; };
struct fieldinfo dbc_fields64[] = { struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 272, 8}, {"int (*c_close) (DBC *)", 272, 8},
{"int (*c_del) (DBC *, u_int32_t)", 288, 8}, {"int (*c_del) (DBC *, u_int32_t)", 288, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8}, {"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8},

View File

@@ -88,6 +88,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */ {0, 72, 72} /* size of whole struct */
}; };
struct fieldinfo dbc_fields64[] = { struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 264, 8}, {"int (*c_close) (DBC *)", 264, 8},
{"int (*c_del) (DBC *, u_int32_t)", 280, 8}, {"int (*c_del) (DBC *, u_int32_t)", 280, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 296, 8}, {"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 296, 8},

View File

@@ -88,6 +88,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 72, 72} /* size of whole struct */ {0, 72, 72} /* size of whole struct */
}; };
struct fieldinfo dbc_fields64[] = { struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 272, 8}, {"int (*c_close) (DBC *)", 272, 8},
{"int (*c_del) (DBC *, u_int32_t)", 288, 8}, {"int (*c_del) (DBC *, u_int32_t)", 288, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8}, {"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 304, 8},

View File

@@ -87,6 +87,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{0, 80, 80} /* size of whole struct */ {0, 80, 80} /* size of whole struct */
}; };
struct fieldinfo dbc_fields64[] = { struct fieldinfo dbc_fields64[] = {
{"DB *dbp", 0, 8},
{"int (*c_close) (DBC *)", 304, 8}, {"int (*c_close) (DBC *)", 304, 8},
{"int (*c_del) (DBC *, u_int32_t)", 320, 8}, {"int (*c_del) (DBC *, u_int32_t)", 320, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 336, 8}, {"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 336, 8},