Commit 20be6dbe authored by Sergei Golubchik's avatar Sergei Golubchik

remove duplicate function (see thd_tx_isolation())

parent 05622613
......@@ -4191,11 +4191,6 @@ extern "C" unsigned long thd_get_thread_id(const MYSQL_THD thd)
return((unsigned long)thd->thread_id);
}
extern "C" enum_tx_isolation thd_get_trx_isolation(const MYSQL_THD thd)
{
return thd->tx_isolation;
}
/**
Check if THD socket is still connected.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment