mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixes for two compile-time failures.
ndb/src/common/transporter/TransporterRegistry.cpp: make it compile with -ansi -pedantic sql/sql_lex.cc: a fix for compile-time failure
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user