1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

upmerge 49269 amendment

This commit is contained in:
Bjorn Munch
2010-01-06 12:59:41 +01:00
3 changed files with 20 additions and 0 deletions

View File

@@ -4584,6 +4584,7 @@ void select_connection_name(const char *name)
if (!con)
die("connection '%s' not found in connection pool", name);
con->pending= FALSE;
set_current_connection(con);
DBUG_VOID_RETURN;