mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
MariaRocks port: s/my_core::thd_killed/thd_killed/
This commit is contained in:
parent
9b78cd3cac
commit
fdf026a4ad
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Rdb_cond_var::WaitFor(std::shared_ptr<TransactionDBMutex> mutex_arg,
|
|||
|
||||
#ifndef STANDALONE_UNITTEST
|
||||
if (current_thd)
|
||||
killed= my_core::thd_killed(current_thd);
|
||||
killed= thd_killed(current_thd);
|
||||
#endif
|
||||
} while (!killed && res == EINTR);
|
||||
|
||||
|
|
Loading…
Reference in a new issue