#At file:///Users/mattiasj/clones/bzrroot/topush-51-bugteam/ based on revid:sergey.glukhov@stripped
3343 Mattias Jonsson 2010-02-16
post push fix for bug#42438, did not compile on non debug,
due to ifdef of include file
@ sql/sql_table.cc
removed if defined since DEBUG_SYNC macro is defined in that
include file.
modified:
sql/sql_table.cc
=== modified file 'sql/sql_table.cc'
--- a/sql/sql_table.cc 2010-02-12 09:03:10 +0000
+++ b/sql/sql_table.cc 2010-02-16 10:42:22 +0000
@@ -22,9 +22,7 @@
#include "sp_head.h"
#include "sql_trigger.h"
#include "sql_show.h"
-#if defined(ENABLED_DEBUG_SYNC)
#include "debug_sync.h"
-#endif
#ifdef __WIN__
#include <io.h>
Attachment: [text/bzr-bundle]
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (mattias.jonsson:3343)Bug#42438 | Mattias Jonsson | 16 Feb |