summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-10-16 21:17:57 +0300
committerSinisa@sinisa.nasamreza.org <>2002-10-16 21:17:57 +0300
commit6561faa10e8dbc24eedb1d8574053f5f23790ca8 (patch)
tree591f269a779c937e9badc95cb89c7c80c0c64bf5 /sql/sql_lex.h
parent0f663d346fdccbe89a79098e846a963cf18d606a (diff)
downloadmariadb-git-6561faa10e8dbc24eedb1d8574053f5f23790ca8.tar.gz
Some small accelerations ...
I intend to do some more accelerations in mysql_execute_command and in SQLCOM_SELECT part for which I need to fix EXPLAIN with derived tables plus few additional items. If this proves to be much I wil just make it a new SCRUM task
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 28d6d93e194..de57e9f77a8 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -378,7 +378,7 @@ typedef struct st_lex
uint param_count;
bool drop_primary, drop_if_exists, local_file, olap;
bool in_comment, ignore_space, verbose, simple_alter;
- bool derived_tables;
+ bool derived_tables, describe;
uint slave_thd_opt;
CHARSET_INFO *charset;
} LEX;