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

This commit is contained in:
Sergei Petrunia 2016-10-16 18:07:35 +00:00
parent 9b78cd3cac
commit fdf026a4ad

View file

@ -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);