mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
removed a few aborts from mgmapi
corrected typo in ndb Parser
This commit is contained in:
parent
39c2107eb2
commit
0a3202bedf
2 changed files with 1 additions and 4 deletions
|
|
@ -285,7 +285,7 @@ template<class T>
|
|||
inline
|
||||
void
|
||||
Parser<T>::setBreakOnInvalidArg(bool v){
|
||||
impl->m_breakOnInvalidArg;
|
||||
impl->m_breakOnInvalidArg = v;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue