summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authoristruewing@stella.local <>2007-11-10 11:58:41 +0100
committeristruewing@stella.local <>2007-11-10 11:58:41 +0100
commitd7ce48a9bba9f7394ecdc60b9e5e77e542a08f97 (patch)
tree7f2bedb38da74996d31783831b1b37adb8a50f36 /sql/sql_lex.h
parentceb444fa09d00d23d4a099e9c606a5532087d421 (diff)
parent3eaf82a17504158aa29b1f39360f365428943de4 (diff)
downloadmariadb-git-d7ce48a9bba9f7394ecdc60b9e5e77e542a08f97.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines
into stella.local:/home2/mydev/mysql-5.1-bug31210
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index a26c4fd1ca0..bee65807857 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1712,6 +1712,7 @@ typedef struct st_lex : public Query_tables_list
st_alter_tablespace *alter_tablespace_info;
bool escape_used;
+ bool is_lex_started; /* If lex_start() did run. For debugging. */
st_lex();