]> git.pld-linux.org Git - packages/mysql.git/blob - warning_fixes.patch
- up to 5.5.18
[packages/mysql.git] / warning_fixes.patch
1 --- a/sql/debug_sync.cc
2 +++ b/sql/debug_sync.cc
3 @@ -1737,7 +1737,7 @@
4      if (action->wait_for.length())
5      {
6        mysql_mutex_t *old_mutex;
7 -      mysql_cond_t  *old_cond;
8 +      mysql_cond_t*  UNINIT_VAR(old_cond);
9        int             error= 0;
10        struct timespec abstime;
11  
This page took 0.035548 seconds and 4 git commands to generate.