mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
ec40980ddd
183 changed files with 3962 additions and 1687 deletions
|
|
@ -675,7 +675,9 @@ SHOW_COMP_OPTION have_crypt, have_compress;
|
|||
SHOW_COMP_OPTION have_profiling;
|
||||
SHOW_COMP_OPTION have_openssl;
|
||||
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
static std::atomic<char*> shutdown_user;
|
||||
#endif //EMBEDDED_LIBRARY
|
||||
|
||||
/* Thread specific variables */
|
||||
|
||||
|
|
@ -1995,7 +1997,7 @@ static void clean_up(bool print_message)
|
|||
tdc_deinit();
|
||||
mdl_destroy();
|
||||
dflt_key_cache= 0;
|
||||
key_caches.delete_elements((void (*)(const char*, uchar*)) free_key_cache);
|
||||
key_caches.delete_elements(free_key_cache);
|
||||
wt_end();
|
||||
multi_keycache_free();
|
||||
sp_cache_end();
|
||||
|
|
@ -4472,7 +4474,6 @@ static int init_common_variables()
|
|||
return 1;
|
||||
}
|
||||
|
||||
global_system_variables.in_subquery_conversion_threshold= IN_SUBQUERY_CONVERSION_THRESHOLD;
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue