remove duplicate function (see thd_tx_isolation())
This commit is contained in:
parent
0562261336
commit
20be6dbe9c
@ -4191,11 +4191,6 @@ extern "C" unsigned long thd_get_thread_id(const MYSQL_THD thd)
|
|||||||
return((unsigned long)thd->thread_id);
|
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.
|
Check if THD socket is still connected.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user