mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes for two compile-time failures.
This commit is contained in:
@ -1419,6 +1419,6 @@ NdbOut & operator <<(NdbOut & out, SignalHeader & sh){
|
|||||||
Transporter*
|
Transporter*
|
||||||
TransporterRegistry::get_transporter(NodeId nodeId) {
|
TransporterRegistry::get_transporter(NodeId nodeId) {
|
||||||
return theTransporters[nodeId];
|
return theTransporters[nodeId];
|
||||||
};
|
}
|
||||||
|
|
||||||
template class Vector<TransporterRegistry::Transporter_interface>;
|
template class Vector<TransporterRegistry::Transporter_interface>;
|
||||||
|
@ -172,7 +172,7 @@ void lex_start(THD *thd, uchar *buf,uint length)
|
|||||||
lex->proc_list.first= 0;
|
lex->proc_list.first= 0;
|
||||||
|
|
||||||
if (lex->spfuns.records)
|
if (lex->spfuns.records)
|
||||||
hash_reset(&lex->spfuns);
|
my_hash_reset(&lex->spfuns);
|
||||||
}
|
}
|
||||||
|
|
||||||
void lex_end(LEX *lex)
|
void lex_end(LEX *lex)
|
||||||
|
Reference in New Issue
Block a user