mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
few cmake/compiler warnings
This commit is contained in:
@ -1738,7 +1738,7 @@ static void debug_sync_execute(THD *thd, st_debug_sync_action *action)
|
||||
if (action->wait_for.length())
|
||||
{
|
||||
mysql_mutex_t *old_mutex;
|
||||
mysql_cond_t *old_cond;
|
||||
mysql_cond_t *UNINIT_VAR(old_cond);
|
||||
int error= 0;
|
||||
struct timespec abstime;
|
||||
|
||||
|
Reference in New Issue
Block a user