mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge
This commit is contained in:
commit
5ba1b83c98
60 changed files with 6040 additions and 5001 deletions
|
|
@ -169,14 +169,16 @@ void lex_start(THD *thd, const uchar *buf, uint length)
|
|||
lex->sql_command= SQLCOM_END;
|
||||
lex->duplicates= DUP_ERROR;
|
||||
lex->ignore= 0;
|
||||
lex->spname= NULL;
|
||||
lex->sphead= NULL;
|
||||
lex->spcont= NULL;
|
||||
lex->proc_list.first= 0;
|
||||
lex->escape_used= lex->et_compile_phase= FALSE;
|
||||
lex->escape_used= FALSE;
|
||||
lex->reset_query_tables_list(FALSE);
|
||||
lex->expr_allows_subselect= TRUE;
|
||||
|
||||
lex->name= 0;
|
||||
lex->et= NULL;
|
||||
lex->event_parse_data= NULL;
|
||||
|
||||
lex->nest_level=0 ;
|
||||
lex->allow_sum_func= 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue