mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix merge problem: make sf_malloc_cur_memory definitions match in headers and source
This commit is contained in:
parent
d1e57a0fbd
commit
aa04f75384
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ extern int NEAR my_umask, /* Default creation mask */
|
|||
NEAR my_safe_to_handle_signal, /* Set when allowed to SIGTSTP */
|
||||
NEAR my_dont_interrupt; /* call remember_intr when set */
|
||||
extern my_bool NEAR mysys_uses_curses, my_use_symdir;
|
||||
extern ulong sf_malloc_cur_memory, sf_malloc_max_memory;
|
||||
extern size_t sf_malloc_cur_memory, sf_malloc_max_memory;
|
||||
|
||||
extern ulong my_default_record_cache_size;
|
||||
extern my_bool NEAR my_disable_locking,NEAR my_disable_async_io,
|
||||
|
|
Loading…
Add table
Reference in a new issue