mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
add comment addresses #157
git-svn-id: file:///svn/tokudb@1118 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7f55362822
commit
d4a306799b
1 changed files with 1 additions and 0 deletions
|
@ -1303,6 +1303,7 @@ static int toku_db_set_dup_compare(DB *db, int (*dup_compare)(DB *, const DBT *,
|
|||
|
||||
static int toku_db_set_flags(DB * db, u_int32_t flags) {
|
||||
|
||||
/* the following matches BDB */
|
||||
if (db_opened(db) && flags != 0) return EINVAL;
|
||||
|
||||
u_int32_t tflags;
|
||||
|
|
Loading…
Add table
Reference in a new issue