mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixes for two compile-time failures.
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