3113 Jon Olav Hauglid 2010-11-01
Backport from mysql-trunk-bugfixing of:
------------------------------------------------------------
revno: 3309
committer: Tor Didriksen <tor.didriksen@stripped>
branch nick: trunk-bugfixing
timestamp: Mon 2010-11-01 08:58:27 +0100
message:
Bug#45288: pb2 returns a lot of compilation warnings
DBG build broken on binary-werror-linux-x86_64-tar-gz
storage/innobase/os/os0sync.c:659: warning: 'timed_out' may be used uninitialized in this function
modified:
storage/innobase/os/os0sync.c
3112 Alexander Nozdrin 2010-11-01
Temporarily fix for configure.in -- CMakeFiles requires suffix in version tag.
modified:
configure.in
=== modified file 'storage/innobase/os/os0sync.c'
--- a/storage/innobase/os/os0sync.c 2010-10-28 17:12:23 +0000
+++ b/storage/innobase/os/os0sync.c 2010-11-01 13:12:59 +0000
@@ -656,7 +656,7 @@ os_event_wait_time_low(
os_event_reset(). */
{
- ibool timed_out;
+ ibool timed_out = FALSE;
ib_int64_t old_signal_count;
#ifdef __WIN__
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (jon.hauglid:3112 to 3113) | Jon Olav Hauglid | 1 Nov |