2739 Jonas Oreland 2008-08-27
ndb - fix release compile error
modified:
storage/ndb/src/kernel/vm/SimulatedBlock.cpp
=== modified file 'storage/ndb/src/kernel/vm/SimulatedBlock.cpp'
--- a/storage/ndb/src/kernel/vm/SimulatedBlock.cpp 2008-08-26 14:05:01 +0000
+++ b/storage/ndb/src/kernel/vm/SimulatedBlock.cpp 2008-08-27 20:31:04 +0000
@@ -319,7 +319,7 @@ linkSegments(Uint32 head, Uint32 tail){
"Bad head segment size",
"");
#else
- infoEvent("linkSegments : Bad head segment size");
+ ndbout_c("linkSegments : Bad head segment size");
#endif
}
| Thread |
|---|
| • bzr push into mysql-5.1 branch (jonas:2739) | Jonas Oreland | 27 Aug |