mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
fix build refs[t:2028]
git-svn-id: file:///svn/toku/tokudb@16302 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
26ba255118
commit
eb3017c11d
1 changed files with 5 additions and 2 deletions
|
@ -53,9 +53,12 @@ def main():
|
|||
"db_env_set_func_realloc",
|
||||
"db_env_set_func_pwrite",
|
||||
"db_env_set_func_write",
|
||||
"db_env_set_checkpoint_callback",
|
||||
"db_env_set_checkpoint_callback",
|
||||
"db_env_set_checkpoint_callback2",
|
||||
"setup_dlmalloc", "dlfree", "dlmalloc", "dlrealloc" ]:
|
||||
"db_env_set_recover_callback",
|
||||
"db_env_set_recover_callback2",
|
||||
"setup_dlmalloc", "dlfree", "dlmalloc", "dlrealloc"
|
||||
]:
|
||||
exceptsymbols[n] = 1
|
||||
return checkglobals(libname, exceptsymbols, verbose)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue