3534 Tor Didriksen 2010-10-19
Bug#52172 post-push fix: init auto-variable to NULL
modified:
dbug/dbug.c
3533 Davi Arnaut 2010-10-18
Bug#45288: pb2 returns a lot of compilation warnings on linux
Enable the MySQL maintainer-specific development environment
(which add various warning related options to the compiler
flags) if debugging support is enabled.
@ config/ac-macros/maintainer.m4
Enable the maintainer mode if debug support is enabled.
@ configure.in
Move debug argument to before the maintainer mode check.
modified:
config/ac-macros/maintainer.m4
configure.in
=== modified file 'dbug/dbug.c'
--- a/dbug/dbug.c 2010-10-18 11:24:34 +0000
+++ b/dbug/dbug.c 2010-10-19 07:06:48 +0000
@@ -2269,7 +2269,7 @@ static void dbug_flush(CODE_STATE *cs)
void _db_flush_()
{
- CODE_STATE *cs;
+ CODE_STATE *cs= NULL;
get_code_state_or_return;
(void) fflush(cs->stack->out_file);
}
Attachment: [text/bzr-bundle] bzr/tor.didriksen@oracle.com-20101019070648-jhi9ezq3b5qk4wcm.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-bugteam branch (tor.didriksen:3533 to 3534) Bug#52172 | Tor Didriksen | 19 Oct |