1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup of checking of user resources

Added missing checking of no_keyread
This commit is contained in:
monty@mashka.mysql.fi
2002-06-16 17:06:12 +03:00
parent 33a377c716
commit fc52abc50f
8 changed files with 35 additions and 37 deletions

View File

@ -151,7 +151,6 @@ 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;
lex->sql_command=SQLCOM_END;
bzero(&lex->mi,sizeof(lex->mi));
return lex;
}