1
0
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:
sasha@mysql.sashanet.com
2002-03-15 18:44:44 -07:00
parent d993a1c0c4
commit 2e6b48afd3
15 changed files with 118 additions and 15 deletions

View File

@ -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;
}