Commit fdf026a4 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: s/my_core::thd_killed/thd_killed/

parent 9b78cd3c
......@@ -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);
......
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