Skip to content

Commit fdf026a

Browse files
committed
MariaRocks port: s/my_core::thd_killed/thd_killed/
1 parent 9b78cd3 commit fdf026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/rdb_mutex_wrapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Rdb_cond_var::WaitFor(std::shared_ptr<TransactionDBMutex> mutex_arg,
115115

116116
#ifndef STANDALONE_UNITTEST
117117
if (current_thd)
118-
killed= my_core::thd_killed(current_thd);
118+
killed= thd_killed(current_thd);
119119
#endif
120120
} while (!killed && res == EINTR);
121121

0 commit comments

Comments
 (0)