remove duplicate function (see thd_tx_isolation())

This commit is contained in:
Sergei Golubchik 2013-12-22 17:11:16 +01:00
parent 0562261336
commit 20be6dbe9c

View File

@ -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.
*/