mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Changed name to better reflect function logic in accordance with WL#5788
This commit is contained in:
@@ -301,7 +301,7 @@ void thd_set_thread_stack(THD *thd, char *stack_start)
|
||||
|
||||
@param thd THD object
|
||||
*/
|
||||
void thd_lock_connection_data(THD *)
|
||||
void thd_lock_thread_count(THD *)
|
||||
{
|
||||
mysql_mutex_lock(&LOCK_thread_count);
|
||||
}
|
||||
@@ -312,7 +312,7 @@ void thd_lock_connection_data(THD *)
|
||||
|
||||
@param thd THD object
|
||||
*/
|
||||
void thd_unlock_connection_data(THD *)
|
||||
void thd_unlock_thread_count(THD *)
|
||||
{
|
||||
mysql_cond_broadcast(&COND_thread_count);
|
||||
mysql_mutex_unlock(&LOCK_thread_count);
|
||||
|
Reference in New Issue
Block a user