1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

removed a few aborts from mgmapi

corrected typo in ndb Parser
This commit is contained in:
tulin@dl145c.mysql.com
2005-09-12 14:03:23 +02:00
parent fd85a82559
commit f80e113d0e
2 changed files with 1 additions and 4 deletions

View File

@@ -285,7 +285,7 @@ template<class T>
inline
void
Parser<T>::setBreakOnInvalidArg(bool v){
impl->m_breakOnInvalidArg;
impl->m_breakOnInvalidArg = v;
}
#endif