#At file:///data/msvensson/mysql/5.1-telco-6.4/
2683 Magnus Svensson 2008-07-28
Add missing return
modified:
storage/ndb/src/mgmsrv/ConfigInfo.cpp
=== modified file 'storage/ndb/src/mgmsrv/ConfigInfo.cpp'
--- a/storage/ndb/src/mgmsrv/ConfigInfo.cpp 2008-07-25 10:02:59 +0000
+++ b/storage/ndb/src/mgmsrv/ConfigInfo.cpp 2008-07-28 09:43:13 +0000
@@ -2879,6 +2879,8 @@ ConfigInfo::sectionName(Uint32 section_t
assert(false);
break;
}
+
+ return "<unknown section>";
}
bool
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.4 branch (msvensson:2683) | Magnus Svensson | 28 Jul |