2007-12-03 18:44:41 +00:00
|
|
|
#ifndef _DB_H
|
|
|
|
#define _DB_H
|
2008-01-25 16:00:41 +00:00
|
|
|
/* This code generated by make_db_h. Copyright (c) 2007, 2008 Tokutek */
|
|
|
|
#ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved."
|
2007-12-03 18:44:41 +00:00
|
|
|
#include <sys/types.h>
|
|
|
|
/*stdio is needed for the FILE* in db->verify*/
|
|
|
|
#include <stdio.h>
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
#define TOKUDB 1
|
|
|
|
#define DB_VERSION_MAJOR 4
|
|
|
|
#define DB_VERSION_MINOR 5
|
|
|
|
#define DB_VERSION_PATCH 20
|
|
|
|
#ifndef _TOKUDB_WRAP_H
|
|
|
|
#define DB_VERSION_STRING "Tokutek: TokuDB 4.5.20"
|
|
|
|
#else
|
|
|
|
#define DB_VERSION_STRING_ydb "Tokutek: TokuDB (wrapped bdb)"
|
|
|
|
#endif
|
|
|
|
typedef struct __toku_db_btree_stat DB_BTREE_STAT;
|
|
|
|
typedef struct __toku_db_env DB_ENV;
|
|
|
|
typedef struct __toku_db_key_range DB_KEY_RANGE;
|
|
|
|
typedef struct __toku_db_lsn DB_LSN;
|
|
|
|
typedef struct __toku_db DB;
|
|
|
|
typedef struct __toku_db_txn DB_TXN;
|
|
|
|
typedef struct __toku_db_txn_active DB_TXN_ACTIVE;
|
|
|
|
typedef struct __toku_db_txn_stat DB_TXN_STAT;
|
|
|
|
typedef struct __toku_dbc DBC;
|
|
|
|
typedef struct __toku_dbt DBT;
|
2008-01-10 16:29:45 +00:00
|
|
|
typedef u_int32_t db_recno_t;
|
2007-12-03 18:44:41 +00:00
|
|
|
typedef enum {
|
2007-12-12 15:33:46 +00:00
|
|
|
DB_BTREE=1,
|
|
|
|
DB_UNKNOWN=5
|
2007-12-03 18:44:41 +00:00
|
|
|
} DBTYPE;
|
|
|
|
#ifndef _TOKUDB_WRAP_H
|
|
|
|
#define DB_VERB_DEADLOCK 1
|
|
|
|
#define DB_VERB_RECOVERY 2
|
|
|
|
#define DB_VERB_REPLICATION 8
|
|
|
|
#define DB_VERB_WAITSFOR 16
|
|
|
|
#define DB_DBT_MALLOC 4
|
|
|
|
#define DB_DBT_REALLOC 16
|
|
|
|
#define DB_DBT_USERMEM 64
|
|
|
|
#define DB_DBT_DUPOK 128
|
|
|
|
#define DB_ARCH_ABS 1
|
|
|
|
#define DB_ARCH_LOG 4
|
|
|
|
#define DB_CREATE 1
|
2007-12-18 18:29:32 +00:00
|
|
|
#define DB_CXX_NO_EXCEPTIONS 1
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_EXCL 16384
|
|
|
|
#define DB_PRIVATE 2097152
|
|
|
|
#define DB_RDONLY 32
|
|
|
|
#define DB_RECOVER 64
|
|
|
|
#define DB_THREAD 128
|
|
|
|
#define DB_TXN_NOSYNC 512
|
|
|
|
#define DB_LOCK_DEFAULT 1
|
|
|
|
#define DB_LOCK_OLDEST 7
|
|
|
|
#define DB_LOCK_RANDOM 8
|
|
|
|
#define DB_DUP 32768
|
|
|
|
#define DB_DUPSORT 65536
|
2007-12-13 23:38:15 +00:00
|
|
|
#define DB_KEYFIRST 13
|
|
|
|
#define DB_KEYLAST 14
|
2007-12-07 14:57:13 +00:00
|
|
|
#define DB_NODUPDATA 19
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_NOOVERWRITE 20
|
2007-12-14 14:26:22 +00:00
|
|
|
#define DB_YESOVERWRITE 254
|
|
|
|
#define DB_OPFLAGS_MASK 255
|
2008-02-11 19:55:37 +00:00
|
|
|
#define DB_AUTO_COMMIT 33554432
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_INIT_LOCK 32768
|
|
|
|
#define DB_INIT_LOG 65536
|
|
|
|
#define DB_INIT_MPOOL 131072
|
|
|
|
#define DB_INIT_TXN 524288
|
|
|
|
#define DB_USE_ENVIRON 4096
|
|
|
|
#define DB_USE_ENVIRON_ROOT 8192
|
|
|
|
#define DB_KEYEMPTY -30997
|
|
|
|
#define DB_KEYEXIST -30996
|
|
|
|
#define DB_LOCK_DEADLOCK -30995
|
2008-01-22 00:01:01 +00:00
|
|
|
#define DB_LOCK_NOTGRANTED -30994
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_NOTFOUND -30989
|
|
|
|
#define DB_SECONDARY_BAD -30974
|
|
|
|
#define DB_DONOTINDEX -30998
|
2007-12-11 14:53:18 +00:00
|
|
|
#define DB_BUFFER_SMALL -30999
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_BADFORMAT -30500
|
|
|
|
#define DB_DELETE_ANY 65536
|
|
|
|
#define DB_FIRST 7
|
|
|
|
#define DB_GET_BOTH 8
|
2007-12-17 13:48:20 +00:00
|
|
|
#define DB_GET_BOTH_RANGE 10
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_LAST 15
|
|
|
|
#define DB_CURRENT 6
|
|
|
|
#define DB_NEXT 16
|
|
|
|
#define DB_NEXT_DUP 17
|
2008-01-10 12:51:09 +00:00
|
|
|
#define DB_NEXT_NODUP 18
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_PREV 23
|
2008-01-10 12:51:09 +00:00
|
|
|
#define DB_PREV_NODUP 24
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_SET 25
|
|
|
|
#define DB_SET_RANGE 27
|
2008-02-03 18:26:01 +00:00
|
|
|
#define DB_CURRENT_BINDING 253
|
2007-12-03 18:44:41 +00:00
|
|
|
#define DB_RMW 1073741824
|
|
|
|
#define DB_DBT_APPMALLOC 1
|
2008-01-02 15:54:00 +00:00
|
|
|
#define DB_LOG_AUTOREMOVE 524288
|
|
|
|
#define DB_TXN_WRITE_NOSYNC 2048
|
2008-01-22 15:42:54 +00:00
|
|
|
#define DB_TXN_NOWAIT 16384
|
|
|
|
#define DB_TXN_SYNC 32768
|
2007-12-03 18:44:41 +00:00
|
|
|
#endif
|
2008-03-19 14:39:27 +00:00
|
|
|
/* TOKUDB specific error codes */
|
|
|
|
#define TOKUDB_OUT_OF_LOCKS -100000
|
2008-05-16 20:09:13 +00:00
|
|
|
#define TOKUDB_SUCCEEDED_EARLY -100001
|
2007-12-03 18:44:41 +00:00
|
|
|
/* in wrap mode, top-level function txn_begin is renamed, but the field isn't renamed, so we have to hack it here.*/
|
|
|
|
#ifdef _TOKUDB_WRAP_H
|
|
|
|
#undef txn_begin
|
|
|
|
#endif
|
|
|
|
struct __toku_db_btree_stat {
|
|
|
|
char __toku_dummy0[12];
|
|
|
|
u_int32_t bt_nkeys; /* 32-bit offset=12 size=4, 64=bit offset=12 size=4 */
|
|
|
|
u_int32_t bt_ndata; /* 32-bit offset=16 size=4, 64=bit offset=16 size=4 */
|
|
|
|
char __toku_dummy1[60]; /* Padding at the end */
|
|
|
|
};
|
|
|
|
struct __toku_db_env {
|
|
|
|
struct __toku_db_env_internal *i;
|
|
|
|
void* __toku_dummy0[12];
|
|
|
|
void *app_private; /* 32-bit offset=52 size=4, 64=bit offset=104 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy1[38];
|
2007-12-03 18:44:41 +00:00
|
|
|
char __toku_dummy2[128];
|
2007-12-19 16:57:11 +00:00
|
|
|
void *api1_internal; /* 32-bit offset=336 size=4, 64=bit offset=544 size=8 */
|
|
|
|
void* __toku_dummy3[8];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*close) (DB_ENV *, u_int32_t); /* 32-bit offset=372 size=4, 64=bit offset=616 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy4[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
void (*err) (const DB_ENV *, int, const char *, ...); /* 32-bit offset=384 size=4, 64=bit offset=640 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy5[3];
|
2007-12-27 03:23:46 +00:00
|
|
|
int (*get_cachesize) (DB_ENV *, u_int32_t *, u_int32_t *, int *); /* 32-bit offset=400 size=4, 64=bit offset=672 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy6[4];
|
2007-12-11 18:52:12 +00:00
|
|
|
int (*get_flags) (DB_ENV *, u_int32_t *); /* 32-bit offset=420 size=4, 64=bit offset=712 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy7[4];
|
|
|
|
int (*get_lg_max) (DB_ENV *, u_int32_t*); /* 32-bit offset=440 size=4, 64=bit offset=752 size=8 */
|
|
|
|
void* __toku_dummy8[4];
|
2008-02-06 12:54:17 +00:00
|
|
|
int (*get_lk_max_locks) (DB_ENV *, u_int32_t *); /* 32-bit offset=460 size=4, 64=bit offset=792 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy9[21];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*log_archive) (DB_ENV *, char **[], u_int32_t); /* 32-bit offset=548 size=4, 64=bit offset=968 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy10[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*log_flush) (DB_ENV *, const DB_LSN *); /* 32-bit offset=560 size=4, 64=bit offset=992 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy11[25];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*open) (DB_ENV *, const char *, u_int32_t, int); /* 32-bit offset=664 size=4, 64=bit offset=1200 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy12[27];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_cachesize) (DB_ENV *, u_int32_t, u_int32_t, int); /* 32-bit offset=776 size=4, 64=bit offset=1424 size=8 */
|
|
|
|
int (*set_data_dir) (DB_ENV *, const char *); /* 32-bit offset=780 size=4, 64=bit offset=1432 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy13[1];
|
2008-01-08 12:32:28 +00:00
|
|
|
void (*set_errcall) (DB_ENV *, void (*)(const DB_ENV *, const char *, const char *)); /* 32-bit offset=788 size=4, 64=bit offset=1448 size=8 */
|
2007-12-21 14:20:22 +00:00
|
|
|
void (*set_errfile) (DB_ENV *, FILE*); /* 32-bit offset=792 size=4, 64=bit offset=1456 size=8 */
|
2007-12-03 18:44:41 +00:00
|
|
|
void (*set_errpfx) (DB_ENV *, const char *); /* 32-bit offset=796 size=4, 64=bit offset=1464 size=8 */
|
2008-02-06 12:54:17 +00:00
|
|
|
void* __toku_dummy14[2];
|
2008-03-07 20:58:04 +00:00
|
|
|
int (*set_flags) (DB_ENV *, u_int32_t, int); /* 32-bit offset=808 size=4, 64=bit offset=1488 size=8 */
|
|
|
|
void* __toku_dummy15[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_lg_bsize) (DB_ENV *, u_int32_t); /* 32-bit offset=820 size=4, 64=bit offset=1512 size=8 */
|
|
|
|
int (*set_lg_dir) (DB_ENV *, const char *); /* 32-bit offset=824 size=4, 64=bit offset=1520 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy16[1];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_lg_max) (DB_ENV *, u_int32_t); /* 32-bit offset=832 size=4, 64=bit offset=1536 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy17[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_lk_detect) (DB_ENV *, u_int32_t); /* 32-bit offset=844 size=4, 64=bit offset=1560 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy18[1];
|
2008-02-06 12:54:17 +00:00
|
|
|
int (*set_lk_max_locks) (DB_ENV *, u_int32_t); /* 32-bit offset=852 size=4, 64=bit offset=1576 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy19[14];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_tmp_dir) (DB_ENV *, const char *); /* 32-bit offset=912 size=4, 64=bit offset=1696 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy20[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_verbose) (DB_ENV *, u_int32_t, int); /* 32-bit offset=924 size=4, 64=bit offset=1720 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy21[1];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*txn_begin) (DB_ENV *, DB_TXN *, DB_TXN **, u_int32_t); /* 32-bit offset=932 size=4, 64=bit offset=1736 size=8 */
|
|
|
|
int (*txn_checkpoint) (DB_ENV *, u_int32_t, u_int32_t, u_int32_t); /* 32-bit offset=936 size=4, 64=bit offset=1744 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy22[1];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*txn_stat) (DB_ENV *, DB_TXN_STAT **, u_int32_t); /* 32-bit offset=944 size=4, 64=bit offset=1760 size=8 */
|
2008-03-07 20:58:04 +00:00
|
|
|
void* __toku_dummy23[2]; /* Padding at the end */
|
|
|
|
char __toku_dummy24[16]; /* Padding at the end */
|
2007-12-03 18:44:41 +00:00
|
|
|
};
|
|
|
|
struct __toku_db_key_range {
|
|
|
|
double less; /* 32-bit offset=0 size=8, 64=bit offset=0 size=8 */
|
|
|
|
double equal; /* 32-bit offset=8 size=8, 64=bit offset=8 size=8 */
|
|
|
|
double greater; /* 32-bit offset=16 size=8, 64=bit offset=16 size=8 */
|
|
|
|
void* __toku_dummy0[207]; /* Padding at the end */
|
|
|
|
char __toku_dummy1[120]; /* Padding at the end */
|
|
|
|
};
|
|
|
|
struct __toku_db_lsn {
|
|
|
|
char __toku_dummy0[8]; /* Padding at the end */
|
|
|
|
};
|
|
|
|
struct __toku_db {
|
|
|
|
struct __toku_db_internal *i;
|
2008-05-13 13:07:25 +00:00
|
|
|
int (*key_range64)(DB*, DB_TXN *, DBT *, u_int64_t *less, u_int64_t *equal, u_int64_t *greater, int *is_exact);
|
|
|
|
void* __toku_dummy0[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
void *app_private; /* 32-bit offset=16 size=4, 64=bit offset=32 size=8 */
|
|
|
|
DB_ENV *dbenv; /* 32-bit offset=20 size=4, 64=bit offset=40 size=8 */
|
2008-06-06 18:09:04 +00:00
|
|
|
int (*pre_acquire_read_lock)(DB*, DB_TXN*, const DBT*, const DBT*, const DBT*, const DBT*);
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy1[36];
|
2007-12-03 18:44:41 +00:00
|
|
|
char __toku_dummy2[96];
|
2007-12-18 18:29:32 +00:00
|
|
|
void *api_internal; /* 32-bit offset=268 size=4, 64=bit offset=440 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
const DBT* (*dbt_pos_infty)(void);
|
|
|
|
void* __toku_dummy3[3];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*associate) (DB*, DB_TXN*, DB*, int(*)(DB*, const DBT*, const DBT*, DBT*), u_int32_t); /* 32-bit offset=288 size=4, 64=bit offset=480 size=8 */
|
|
|
|
int (*close) (DB*, u_int32_t); /* 32-bit offset=292 size=4, 64=bit offset=488 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
const DBT* (*dbt_neg_infty)(void);
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*cursor) (DB *, DB_TXN *, DBC **, u_int32_t); /* 32-bit offset=300 size=4, 64=bit offset=504 size=8 */
|
|
|
|
int (*del) (DB *, DB_TXN *, DBT *, u_int32_t); /* 32-bit offset=304 size=4, 64=bit offset=512 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy4[2];
|
2008-01-11 14:38:49 +00:00
|
|
|
int (*fd) (DB *, int *); /* 32-bit offset=316 size=4, 64=bit offset=536 size=8 */
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*get) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t); /* 32-bit offset=320 size=4, 64=bit offset=544 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy5[8];
|
2007-12-11 18:52:12 +00:00
|
|
|
int (*get_flags) (DB *, u_int32_t *); /* 32-bit offset=356 size=4, 64=bit offset=616 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy6[6];
|
2007-12-11 18:52:12 +00:00
|
|
|
int (*get_pagesize) (DB *, u_int32_t *); /* 32-bit offset=384 size=4, 64=bit offset=672 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy7[8];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*key_range) (DB *, DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t); /* 32-bit offset=420 size=4, 64=bit offset=744 size=8 */
|
|
|
|
int (*open) (DB *, DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int); /* 32-bit offset=424 size=4, 64=bit offset=752 size=8 */
|
|
|
|
int (*pget) (DB *, DB_TXN *, DBT *, DBT *, DBT *, u_int32_t); /* 32-bit offset=428 size=4, 64=bit offset=760 size=8 */
|
|
|
|
int (*put) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t); /* 32-bit offset=432 size=4, 64=bit offset=768 size=8 */
|
|
|
|
int (*remove) (DB *, const char *, const char *, u_int32_t); /* 32-bit offset=436 size=4, 64=bit offset=776 size=8 */
|
|
|
|
int (*rename) (DB *, const char *, const char *, const char *, u_int32_t); /* 32-bit offset=440 size=4, 64=bit offset=784 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy8[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *)); /* 32-bit offset=452 size=4, 64=bit offset=808 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy9[3];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_dup_compare) (DB *, int (*)(DB *, const DBT *, const DBT *)); /* 32-bit offset=468 size=4, 64=bit offset=840 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy10[2];
|
2007-12-21 14:20:22 +00:00
|
|
|
void (*set_errfile) (DB *, FILE*); /* 32-bit offset=480 size=4, 64=bit offset=864 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy11[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*set_flags) (DB *, u_int32_t); /* 32-bit offset=492 size=4, 64=bit offset=888 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy12[6];
|
2007-12-21 14:20:22 +00:00
|
|
|
int (*set_pagesize) (DB *, u_int32_t); /* 32-bit offset=520 size=4, 64=bit offset=944 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy13[6];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*stat) (DB *, void *, u_int32_t); /* 32-bit offset=548 size=4, 64=bit offset=1000 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy14[4];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*verify) (DB *, const char *, const char *, FILE *, u_int32_t); /* 32-bit offset=568 size=4, 64=bit offset=1040 size=8 */
|
Addresses #893
Implement db->pre_acquire_read_lock(), db->dbt_pos_infty(), and db->dbt_neg_infty()
functions.
Example usage to lock entire table:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), NULL, db->dbt_pos_infty(), NULL);
(Above is for db with no duplicates, i.e. primary index).
For db with duplicates:
db->pre_acquire_read_lock(db, txn, db->dbt_neg_infty(), db->dbt_neg_infty(), db->dbt_pos_infty(), db->dbt_pos_infty());
Will return same lock error codes as db calls do (when locks fail).
0 = success
DB_LOCK_NOTGRANTED = failed to obtain the lock.
We can theoretically sleep and try again here.
If you want to grab from DBT* A to infinity..
db->pre_acquire_read_lock(db, txn, A, NULL, db->dbt_pos_infty(), NULL);
git-svn-id: file:///svn/tokudb@4402 c7de825b-a66e-492c-adef-691d508d4ae1
2008-06-06 17:50:38 +00:00
|
|
|
void* __toku_dummy15[5]; /* Padding at the end */
|
|
|
|
char __toku_dummy16[16]; /* Padding at the end */
|
2007-12-03 18:44:41 +00:00
|
|
|
};
|
|
|
|
struct __toku_db_txn_active {
|
|
|
|
u_int32_t txnid; /* 32-bit offset=0 size=4, 64=bit offset=0 size=4 */
|
|
|
|
void* __toku_dummy0[2];
|
|
|
|
char __toku_dummy1[4];
|
|
|
|
DB_LSN lsn; /* 32-bit offset=16 size=8, 64=bit offset=24 size=8 */
|
|
|
|
char __toku_dummy2[200]; /* Padding at the end */
|
|
|
|
};
|
|
|
|
struct __toku_db_txn {
|
2007-12-21 15:47:42 +00:00
|
|
|
DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
|
2007-12-03 18:44:41 +00:00
|
|
|
struct __toku_db_txn_internal *i;
|
2007-12-21 15:47:42 +00:00
|
|
|
void* __toku_dummy0[17];
|
2007-12-03 18:44:41 +00:00
|
|
|
char __toku_dummy1[8];
|
2007-12-19 16:57:11 +00:00
|
|
|
void *api_internal; /* 32-bit offset=84 size=4, 64=bit offset=160 size=8 */
|
|
|
|
void* __toku_dummy2[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*abort) (DB_TXN *); /* 32-bit offset=96 size=4, 64=bit offset=184 size=8 */
|
|
|
|
int (*commit) (DB_TXN*, u_int32_t); /* 32-bit offset=100 size=4, 64=bit offset=192 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy3[2];
|
2007-12-03 18:44:41 +00:00
|
|
|
u_int32_t (*id) (DB_TXN *); /* 32-bit offset=112 size=4, 64=bit offset=216 size=8 */
|
2007-12-19 16:57:11 +00:00
|
|
|
void* __toku_dummy4[5]; /* Padding at the end */
|
2007-12-03 18:44:41 +00:00
|
|
|
};
|
|
|
|
struct __toku_db_txn_stat {
|
|
|
|
void* __toku_dummy0[1];
|
|
|
|
char __toku_dummy1[28];
|
|
|
|
u_int32_t st_nactive; /* 32-bit offset=32 size=4, 64=bit offset=36 size=4 */
|
|
|
|
char __toku_dummy2[16];
|
|
|
|
DB_TXN_ACTIVE *st_txnarray; /* 32-bit offset=52 size=4, 64=bit offset=56 size=8 */
|
|
|
|
void* __toku_dummy3[1]; /* Padding at the end */
|
|
|
|
char __toku_dummy4[8]; /* Padding at the end */
|
|
|
|
};
|
|
|
|
struct __toku_dbc {
|
2007-12-21 15:47:42 +00:00
|
|
|
DB *dbp; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
|
2007-12-03 18:44:41 +00:00
|
|
|
struct __toku_dbc_internal *i;
|
2007-12-21 15:47:42 +00:00
|
|
|
void* __toku_dummy0[23];
|
2007-12-03 18:44:41 +00:00
|
|
|
char __toku_dummy1[104];
|
|
|
|
int (*c_close) (DBC *); /* 32-bit offset=204 size=4, 64=bit offset=304 size=8 */
|
2008-01-10 16:29:45 +00:00
|
|
|
int (*c_count) (DBC *, db_recno_t *, u_int32_t); /* 32-bit offset=208 size=4, 64=bit offset=312 size=8 */
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*c_del) (DBC *, u_int32_t); /* 32-bit offset=212 size=4, 64=bit offset=320 size=8 */
|
2008-01-10 16:29:45 +00:00
|
|
|
void* __toku_dummy2[1];
|
2007-12-03 18:44:41 +00:00
|
|
|
int (*c_get) (DBC *, DBT *, DBT *, u_int32_t); /* 32-bit offset=220 size=4, 64=bit offset=336 size=8 */
|
2007-12-05 19:26:19 +00:00
|
|
|
int (*c_pget) (DBC *, DBT *, DBT *, DBT *, u_int32_t); /* 32-bit offset=224 size=4, 64=bit offset=344 size=8 */
|
2007-12-13 21:41:57 +00:00
|
|
|
int (*c_put) (DBC *, DBT *, DBT *, u_int32_t); /* 32-bit offset=228 size=4, 64=bit offset=352 size=8 */
|
2008-01-10 16:29:45 +00:00
|
|
|
void* __toku_dummy3[8]; /* Padding at the end */
|
2007-12-03 18:44:41 +00:00
|
|
|
};
|
|
|
|
struct __toku_dbt {
|
|
|
|
void*data; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
|
|
|
|
u_int32_t size; /* 32-bit offset=4 size=4, 64=bit offset=8 size=4 */
|
|
|
|
u_int32_t ulen; /* 32-bit offset=8 size=4, 64=bit offset=12 size=4 */
|
|
|
|
void* __toku_dummy0[1];
|
|
|
|
char __toku_dummy1[8];
|
|
|
|
u_int32_t flags; /* 32-bit offset=24 size=4, 64=bit offset=32 size=4 */
|
|
|
|
/* 4 more bytes of alignment in the 64-bit case. */
|
|
|
|
};
|
|
|
|
#ifdef _TOKUDB_WRAP_H
|
|
|
|
#define txn_begin txn_begin_tokudb
|
|
|
|
#endif
|
2008-03-05 11:54:58 +00:00
|
|
|
int db_env_create(DB_ENV **, u_int32_t) __attribute__((__visibility__("default")));
|
|
|
|
int db_create(DB **, DB_ENV *, u_int32_t) __attribute__((__visibility__("default")));
|
|
|
|
char *db_strerror(int) __attribute__((__visibility__("default")));
|
|
|
|
const char *db_version(int*,int *,int *) __attribute__((__visibility__("default")));
|
|
|
|
int log_compare (const DB_LSN*, const DB_LSN *) __attribute__((__visibility__("default")));
|
2008-03-08 21:29:27 +00:00
|
|
|
int db_env_set_func_fsync (int (*)(int)) __attribute__((__visibility__("default")));
|
2008-04-12 09:12:22 +00:00
|
|
|
int toku_set_trace_file (char *fname) __attribute__((__visibility__("default")));
|
|
|
|
int toku_close_trace_file (void) __attribute__((__visibility__("default")));
|
2007-12-03 18:44:41 +00:00
|
|
|
#if defined(__cplusplus)
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|