diff options
author | istruewing@stella.local <> | 2007-11-10 11:58:41 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2007-11-10 11:58:41 +0100 |
commit | d7ce48a9bba9f7394ecdc60b9e5e77e542a08f97 (patch) | |
tree | 7f2bedb38da74996d31783831b1b37adb8a50f36 /sql/sql_lex.h | |
parent | ceb444fa09d00d23d4a099e9c606a5532087d421 (diff) | |
parent | 3eaf82a17504158aa29b1f39360f365428943de4 (diff) | |
download | mariadb-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.h | 1 |
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(); |