mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
define DB_AUTO_COMMIT in db.h_4_6
git-svn-id: file:///svn/tokudb@2261 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
385b669b08
commit
187380c667
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ typedef enum {
|
|||
#define DB_NOOVERWRITE 20
|
||||
#define DB_YESOVERWRITE 254
|
||||
#define DB_OPFLAGS_MASK 255
|
||||
#define DB_AUTO_COMMIT 33554432
|
||||
#define DB_INIT_LOCK 131072
|
||||
#define DB_INIT_LOG 262144
|
||||
#define DB_INIT_MPOOL 524288
|
||||
|
|
Loading…
Add table
Reference in a new issue