diff options
author | bell@sanja.is.com.ua <> | 2003-07-03 11:59:57 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-07-03 11:59:57 +0300 |
commit | 73fdf52fa24880c657115c5f1045821bb2b3e0cf (patch) | |
tree | 649a5b402d0e779673e8295b10098046a53e6799 /sql/sql_lex.h | |
parent | 28207ede0222a6b1ceff6f01b3f5bfccb7f73e42 (diff) | |
parent | 74b74ad5e7e3e7a350fbc26ad6c91abb783662e3 (diff) | |
download | mariadb-git-73fdf52fa24880c657115c5f1045821bb2b3e0cf.tar.gz |
merged
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 adf452376a7..63d0ade75a2 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -211,6 +211,7 @@ public: bool dependent; /* dependent from outer select subselect */ bool uncacheable; /* result of this query can't be cached */ bool no_table_names_allowed; /* used for global order by */ + bool no_error; /* suppress error message (convert it to warnings) */ static void *operator new(size_t size) { |