Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2d5e34ef
Commit
2d5e34ef
authored
Feb 11, 2008
by
Yoni Fogel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added DB_AUTO_COMMIT to header
git-svn-id:
file:///svn/tokudb@2251
c7de825b-a66e-492c-adef-691d508d4ae1
parent
75b96f85
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
0 deletions
+7
-0
buildheader/db.h_4_1
buildheader/db.h_4_1
+1
-0
buildheader/db.h_4_3
buildheader/db.h_4_3
+1
-0
buildheader/db.h_4_4
buildheader/db.h_4_4
+1
-0
buildheader/db.h_4_5
buildheader/db.h_4_5
+1
-0
buildheader/make_db_h.c
buildheader/make_db_h.c
+2
-0
include/db.h
include/db.h
+1
-0
No files found.
buildheader/db.h_4_1
View file @
2d5e34ef
...
...
@@ -62,6 +62,7 @@ typedef enum {
#define DB_NOOVERWRITE 23
#define DB_YESOVERWRITE 254
#define DB_OPFLAGS_MASK 255
#define DB_AUTO_COMMIT 8388608
#define DB_INIT_LOCK 4096
#define DB_INIT_LOG 8192
#define DB_INIT_MPOOL 16384
...
...
buildheader/db.h_4_3
View file @
2d5e34ef
...
...
@@ -62,6 +62,7 @@ typedef enum {
#define DB_NOOVERWRITE 22
#define DB_YESOVERWRITE 254
#define DB_OPFLAGS_MASK 255
#define DB_AUTO_COMMIT 16777216
#define DB_INIT_LOCK 8192
#define DB_INIT_LOG 16384
#define DB_INIT_MPOOL 32768
...
...
buildheader/db.h_4_4
View file @
2d5e34ef
...
...
@@ -62,6 +62,7 @@ typedef enum {
#define DB_NOOVERWRITE 22
#define DB_YESOVERWRITE 254
#define DB_OPFLAGS_MASK 255
#define DB_AUTO_COMMIT 16777216
#define DB_INIT_LOCK 16384
#define DB_INIT_LOG 32768
#define DB_INIT_MPOOL 65536
...
...
buildheader/db.h_4_5
View file @
2d5e34ef
...
...
@@ -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 32768
#define DB_INIT_LOG 65536
#define DB_INIT_MPOOL 131072
...
...
buildheader/make_db_h.c
View file @
2d5e34ef
...
...
@@ -66,6 +66,8 @@ void print_defines (void) {
printf
(
"#define DB_YESOVERWRITE 254
\n
"
);
// tokudb
dodefine
(
DB_OPFLAGS_MASK
);
dodefine
(
DB_AUTO_COMMIT
);
dodefine
(
DB_INIT_LOCK
);
dodefine
(
DB_INIT_LOG
);
dodefine
(
DB_INIT_MPOOL
);
...
...
include/db.h
View file @
2d5e34ef
...
...
@@ -62,6 +62,7 @@ typedef enum {
#define DB_NOOVERWRITE 22
#define DB_YESOVERWRITE 254
#define DB_OPFLAGS_MASK 255
#define DB_AUTO_COMMIT 16777216
#define DB_INIT_LOCK 16384
#define DB_INIT_LOG 32768
#define DB_INIT_MPOOL 65536
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment