mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
replication updates and bugfixes. Still not perfect - there is some strange
memory corruption I can only repeat on one system.
This commit is contained in:
@ -151,6 +151,7 @@ LEX *lex_start(THD *thd, uchar *buf,uint length)
|
||||
lex->yacc_yyss=lex->yacc_yyvs=0;
|
||||
lex->ignore_space=test(thd->sql_mode & MODE_IGNORE_SPACE);
|
||||
lex->slave_thd_opt=0;
|
||||
bzero(&lex->mi,sizeof(lex->mi));
|
||||
return lex;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user