Loading ndb/src/common/transporter/TransporterRegistry.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1419,6 +1419,6 @@ NdbOut & operator <<(NdbOut & out, SignalHeader & sh){ Transporter* TransporterRegistry::get_transporter(NodeId nodeId) { return theTransporters[nodeId]; }; } template class Vector<TransporterRegistry::Transporter_interface>; sql/sql_lex.cc +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ void lex_start(THD *thd, uchar *buf,uint length) lex->proc_list.first= 0; if (lex->spfuns.records) hash_reset(&lex->spfuns); my_hash_reset(&lex->spfuns); } void lex_end(LEX *lex) Loading Loading
ndb/src/common/transporter/TransporterRegistry.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1419,6 +1419,6 @@ NdbOut & operator <<(NdbOut & out, SignalHeader & sh){ Transporter* TransporterRegistry::get_transporter(NodeId nodeId) { return theTransporters[nodeId]; }; } template class Vector<TransporterRegistry::Transporter_interface>;
sql/sql_lex.cc +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ void lex_start(THD *thd, uchar *buf,uint length) lex->proc_list.first= 0; if (lex->spfuns.records) hash_reset(&lex->spfuns); my_hash_reset(&lex->spfuns); } void lex_end(LEX *lex) Loading