mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge
This commit is contained in:
@ -709,8 +709,8 @@ char *opt_logname, *opt_slow_logname, *opt_bin_logname;
|
||||
|
||||
static volatile sig_atomic_t kill_in_progress;
|
||||
my_bool opt_stack_trace;
|
||||
my_bool opt_expect_abort= 0;
|
||||
static my_bool opt_bootstrap, opt_myisam_log;
|
||||
my_bool opt_expect_abort= 0, opt_bootstrap= 0;
|
||||
static my_bool opt_myisam_log;
|
||||
static int cleanup_done;
|
||||
static ulong opt_specialflag;
|
||||
static char *opt_binlog_index_name;
|
||||
@ -5445,7 +5445,7 @@ void create_thread_to_handle_connection(THD *thd)
|
||||
if (cached_thread_count > wake_thread)
|
||||
{
|
||||
/* Get thread from cache */
|
||||
thread_cache.append(thd);
|
||||
thread_cache.push_back(thd);
|
||||
wake_thread++;
|
||||
mysql_cond_signal(&COND_thread_cache);
|
||||
}
|
||||
|
Reference in New Issue
Block a user