mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -1196,7 +1196,7 @@ void prepare_new_connection_state(THD* thd)
|
||||
if (thd->is_error())
|
||||
{
|
||||
Host_errors errors;
|
||||
thd->killed= KILL_CONNECTION;
|
||||
thd->set_killed(KILL_CONNECTION);
|
||||
thd->print_aborted_warning(0, "init_connect command failed");
|
||||
sql_print_warning("%s", thd->get_stmt_da()->message());
|
||||
|
||||
|
Reference in New Issue
Block a user