mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
git-svn-id: file:///svn/tokudb@2866 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
771125a0cd
commit
be9e60427f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
exceptsymbols = {}
|
||||
for n in [ "_init", "_fini", "_end", "_edata", "__bss_start" ]:
|
||||
exceptsymbols[n] = 1
|
||||
for n in [ "db_env_create", "db_create", "db_strerror", "db_version", "log_compare" ]:
|
||||
for n in [ "db_env_create", "db_create", "db_strerror", "db_version", "log_compare", "db_env_set_func_fsync" ]:
|
||||
exceptsymbols[n] = 1
|
||||
return checkglobals(libname, exceptsymbols, verbose)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue