1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8

Backport to 5.5
(external Bug#69407 Build warnings with mysql)
This commit is contained in:
Tor Didriksen
2013-06-14 10:52:23 +02:00
parent 9f7043ab91
commit a040586cce
9 changed files with 20 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -1737,7 +1737,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 *old_cond= NULL;
int error= 0;
struct timespec abstime;