mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>
configure.in: Use smarter autoconf help macro. sql/set_var.cc: Make a local variable static. sql/sql_lex.cc: Don't include CPP condition where it saves little time and decreases legibility. sql/sql_parse.cc: Use the name of the query in the error, instead of describing the feature. sql/sql_profile.cc: Update copyright. Make I_S schema table columns uppercase. sql/sql_profile.h: Update copyright. sql/sql_select.cc: Chagne tab indentation to spaces.
This commit is contained in:
parent
633fb481c9
commit
9e2fd8caad
7 changed files with 45 additions and 62 deletions
|
|
@ -173,9 +173,7 @@ void lex_start(THD *thd, uchar *buf,uint length)
|
|||
lex->proc_list.first= 0;
|
||||
lex->escape_used= FALSE;
|
||||
lex->reset_query_tables_list(FALSE);
|
||||
#ifdef ENABLED_PROFILING
|
||||
lex->profile_options= PROFILE_NONE;
|
||||
#endif
|
||||
lex->nest_level=0 ;
|
||||
lex->allow_sum_func= 0;
|
||||
lex->in_sum_func= NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue