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:
@@ -285,7 +285,7 @@ template<class T>
|
||||
inline
|
||||
void
|
||||
Parser<T>::setBreakOnInvalidArg(bool v){
|
||||
impl->m_breakOnInvalidArg;
|
||||
impl->m_breakOnInvalidArg = v;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user