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:
@@ -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},
|
||||||
|
|||||||
@@ -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},
|
||||||
|
|||||||
@@ -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},
|
||||||
|
|||||||
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user