fix typo noticed by windows compiler
This commit is contained in:
parent
7e704a2308
commit
1f8328fed0
@ -10078,7 +10078,8 @@ bool parse_sql(THD *thd, Parser_state *parser_state,
|
|||||||
((thd->variables.sql_mode & MODE_ORACLE) ?
|
((thd->variables.sql_mode & MODE_ORACLE) ?
|
||||||
ORAparse(thd) :
|
ORAparse(thd) :
|
||||||
MYSQLparse(thd)) != 0;
|
MYSQLparse(thd)) != 0;
|
||||||
DBUG_ASSERT(opt_bootstrap | mysql_parse_status || thd->lex->select_stack_top == 0);
|
DBUG_ASSERT(opt_bootstrap || mysql_parse_status ||
|
||||||
|
thd->lex->select_stack_top == 0);
|
||||||
thd->lex->current_select= thd->lex->first_select_lex();
|
thd->lex->current_select= thd->lex->first_select_lex();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user