static void
MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor)(MYSQLND * conn TSRMLS_DC)
{
- DBG_ENTER("mysqlnd_conn_data::dtor");
+ DBG_ENTER("mysqlnd_conn::dtor");
DBG_INF_FMT("conn=%llu", conn->data->thread_id);
conn->data->m->free_reference(conn->data TSRMLS_CC);
};
enum_mysqlnd_collected_stats statistic = close_type_to_stat_map[close_type];
- DBG_ENTER("mysqlnd_conn_data::close");
+ DBG_ENTER("mysqlnd_conn::close");
DBG_INF_FMT("conn=%llu", conn->thread_id);
if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {