summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-07-01 10:03:20 +0300
committerbell@sanja.is.com.ua <>2003-07-01 10:03:20 +0300
commitf1353c1ddad6dfd021b2a5dd4e2cb44e4b0eb54e (patch)
treecd54e2149de2b87d2e445802361904126b9c15ef /sql/sql_lex.h
parent1c38e1790aa107049708f35db5ecb892650e6296 (diff)
parent76315814b72c6238712916ec592f408e47f15af2 (diff)
downloadmariadb-git-f1353c1ddad6dfd021b2a5dd4e2cb44e4b0eb54e.tar.gz
merged
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 5cebddaf02e..faf7e16e54a 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -213,6 +213,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)
{