1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Another fix for CONC-177: ps-protocol with integer values and zerofill

weren't correctly converted to strings
This commit is contained in:
Georg Richter
2016-05-30 20:46:29 +02:00
parent ec383d59fa
commit b90b17804d
3 changed files with 45 additions and 6 deletions

View File

@@ -1846,7 +1846,7 @@ mysql_close(MYSQL *mysql)
{
if (mysql) /* Some simple safety */
{
if ((mysql->extension && mysql->extension->conn_hdlr)
if (mysql->extension && mysql->extension->conn_hdlr)
{
MA_CONNECTION_HANDLER *p= mysql->extension->conn_hdlr;
p->plugin->close(mysql);