mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Auto-merge from mysql-next-mr.
This commit is contained in:
@ -1884,6 +1884,12 @@ public:
|
||||
proc_info = msg;
|
||||
return old_msg;
|
||||
}
|
||||
inline const char* enter_cond(mysql_cond_t *cond, mysql_mutex_t *mutex,
|
||||
const char *msg)
|
||||
{
|
||||
/* TO BE REMOVED: temporary helper, to help with merges */
|
||||
return enter_cond(&cond->m_cond, &mutex->m_mutex, msg);
|
||||
}
|
||||
inline void exit_cond(const char* old_msg)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user