mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
10.0-base merge
This commit is contained in:
@@ -4191,6 +4191,10 @@ 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.
|
||||
|
Reference in New Issue
Block a user