diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-06 13:01:16 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-06 13:01:16 +0100 |
commit | 3d3fad200085c271364b02aa5af020c8249c780f (patch) | |
tree | 18ad0e216abddcd0cfdf15f37cde193856d817fa /client/mysqltest.cc | |
parent | 067e4b8f7e0e1b0ec1f0202857ee3adad531f6f5 (diff) | |
parent | b7c0557005b5435c0d53e17b5e41e7b1d542a49c (diff) | |
download | mariadb-git-3d3fad200085c271364b02aa5af020c8249c780f.tar.gz |
upmerge 49269 amendment
Diffstat (limited to 'client/mysqltest.cc')
-rw-r--r-- | client/mysqltest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index b9d155fc5a6..52c0c78c902 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -4641,6 +4641,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; |