mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[t:3113] Fix symbol name in function signature.
git-svn-id: file:///svn/toku/tokudb@27503 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
fe5882cc90
commit
3d521297d8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int brt_set_cachetable(BRT, CACHETABLE);
|
|||
int toku_brt_open(BRT, const char *fname_in_env,
|
||||
int is_create, int only_create, CACHETABLE ct, TOKUTXN txn, DB *db) __attribute__ ((warn_unused_result));
|
||||
int toku_brt_open_recovery(BRT, const char *fname_in_env, int is_create, int only_create, CACHETABLE ct, TOKUTXN txn,
|
||||
DB *db, FILENUM use_filenum, LSN required_lsn) __attribute__ ((warn_unused_result));
|
||||
DB *db, FILENUM use_filenum, LSN max_acceptable_lsn) __attribute__ ((warn_unused_result));
|
||||
|
||||
int toku_brt_remove_subdb(BRT brt, const char *dbname, u_int32_t flags) __attribute__ ((warn_unused_result));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue