mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '11.4' into 11.5
This commit is contained in:
@ -1304,7 +1304,7 @@ void prepare_new_connection_state(THD* thd)
|
||||
thd->thread_id,
|
||||
thd->db.str ? thd->db.str : "unconnected",
|
||||
sctx->user ? sctx->user : "unauthenticated",
|
||||
sctx->host_or_ip, "init_connect command failed");
|
||||
sctx->host_or_ip, "", "init_connect command failed");
|
||||
thd->server_status&= ~SERVER_STATUS_CLEAR_SET;
|
||||
thd->protocol->end_statement();
|
||||
thd->killed = KILL_CONNECTION;
|
||||
|
Reference in New Issue
Block a user