mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
refs #4752 fix the blackhole bit to something unused in bdb
git-svn-id: file:///svn/toku/tokudb@46645 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
01068d0c1d
commit
c788b627a3
1 changed files with 6 additions and 0 deletions
|
@ -144,6 +144,12 @@ static void print_defines (void) {
|
|||
dodefine(DB_THREAD);
|
||||
dodefine(DB_TXN_NOSYNC);
|
||||
|
||||
/* according to BDB 4.6.19, this is the next unused flag in the set of
|
||||
* common flags plus private flags for DB->open */
|
||||
#define DB_BLACKHOLE 0x0080000
|
||||
dodefine(DB_BLACKHOLE);
|
||||
#undef DB_BLACKHOLE
|
||||
|
||||
dodefine(DB_LOCK_DEFAULT);
|
||||
dodefine(DB_LOCK_OLDEST);
|
||||
dodefine(DB_LOCK_RANDOM);
|
||||
|
|
Loading…
Add table
Reference in a new issue