560 PPCODE: Implement async functionality Apr 15, 2011 561 { 562 D_imp_dbh(dbh); After closing mysql connection, set file descriptor to -1 and return … Jan 17, 2017 563 if(imp_dbh->pmysql->net.fd != -1) { 564 XSRETURN_IV(imp_dbh->pmysql->net.fd); 565 } else { ...