mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Create the header needed for keyrange64. Addresses #90.
git-svn-id: file:///svn/tokudb@3935 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
363b8d8dba
commit
502b08ae44
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ struct __toku_db_lsn {
|
|||
};
|
||||
struct __toku_db {
|
||||
struct __toku_db_internal *i;
|
||||
void* __toku_dummy0[3];
|
||||
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];
|
||||
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 */
|
||||
void* __toku_dummy1[34];
|
||||
|
|
Loading…
Add table
Reference in a new issue