diff options
author | monty@hundin.mysql.fi <> | 2001-07-18 11:31:18 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-07-18 11:31:18 +0300 |
commit | de7d371900162e94ae2af84e1c2de7261c63280c (patch) | |
tree | 25689bb8d54f8150605a79b61cbb870cfbd12364 /bdb | |
parent | 5014d736e1adc6d1158f73be5ce0a5bcbcad0c0c (diff) | |
download | mariadb-git-de7d371900162e94ae2af84e1c2de7261c63280c.tar.gz |
Fixed problem with part keys and BDB tables
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/include/db.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bdb/include/db.src b/bdb/include/db.src index bcb9033eed1..5226d4e98c6 100644 --- a/bdb/include/db.src +++ b/bdb/include/db.src @@ -119,6 +119,7 @@ struct __db_dbt { u_int32_t dlen; /* RO: get/put record length. */ u_int32_t doff; /* RO: get/put record offset. */ + void *app_private; /* Application-private handle. */ #define DB_DBT_ISSET 0x001 /* Lower level calls set value. */ #define DB_DBT_MALLOC 0x002 /* Return in malloc'd memory. */ #define DB_DBT_PARTIAL 0x004 /* Partial put/get. */ |