mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
add DB_UNKNOWN. addresses #166
git-svn-id: file:///svn/tokudb@1093 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
12c89f3095
commit
4ebaea564a
4 changed files with 8 additions and 4 deletions
|
@ -28,7 +28,8 @@ typedef struct __toku_db_txn_stat DB_TXN_STAT;
|
|||
typedef struct __toku_dbc DBC;
|
||||
typedef struct __toku_dbt DBT;
|
||||
typedef enum {
|
||||
DB_BTREE=1
|
||||
DB_BTREE=1,
|
||||
DB_UNKNOWN=5
|
||||
} DBTYPE;
|
||||
#ifndef _TOKUDB_WRAP_H
|
||||
#define DB_VERB_DEADLOCK 2
|
||||
|
|
|
@ -28,7 +28,8 @@ typedef struct __toku_db_txn_stat DB_TXN_STAT;
|
|||
typedef struct __toku_dbc DBC;
|
||||
typedef struct __toku_dbt DBT;
|
||||
typedef enum {
|
||||
DB_BTREE=1
|
||||
DB_BTREE=1,
|
||||
DB_UNKNOWN=5
|
||||
} DBTYPE;
|
||||
#ifndef _TOKUDB_WRAP_H
|
||||
#define DB_VERB_DEADLOCK 1
|
||||
|
|
|
@ -28,7 +28,8 @@ typedef struct __toku_db_txn_stat DB_TXN_STAT;
|
|||
typedef struct __toku_dbc DBC;
|
||||
typedef struct __toku_dbt DBT;
|
||||
typedef enum {
|
||||
DB_BTREE=1
|
||||
DB_BTREE=1,
|
||||
DB_UNKNOWN=5
|
||||
} DBTYPE;
|
||||
#ifndef _TOKUDB_WRAP_H
|
||||
#define DB_VERB_DEADLOCK 1
|
||||
|
|
|
@ -28,7 +28,8 @@ typedef struct __toku_db_txn_stat DB_TXN_STAT;
|
|||
typedef struct __toku_dbc DBC;
|
||||
typedef struct __toku_dbt DBT;
|
||||
typedef enum {
|
||||
DB_BTREE=1
|
||||
DB_BTREE=1,
|
||||
DB_UNKNOWN=5
|
||||
} DBTYPE;
|
||||
#ifndef _TOKUDB_WRAP_H
|
||||
#define DB_VERB_DEADLOCK 1
|
||||
|
|
Loading…
Add table
Reference in a new issue