mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#24795: Add SHOW PROFILE
Patch contributed by Jeremy Cole. CLA received Oct 2006 by Kaj Arnö Add rudimentary query profiling support.
This commit is contained in:
@ -174,6 +174,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);
|
||||
lex->profile_options= PROFILE_NONE;
|
||||
|
||||
lex->nest_level=0 ;
|
||||
lex->allow_sum_func= 0;
|
||||
|
Reference in New Issue
Block a user