From 76315814b72c6238712916ec592f408e47f15af2 Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Wed, 25 Jun 2003 01:19:09 +0300 Subject: Fixed error handling to be able do not interrupt update (907) (SCRUM) fixed bug of current select pointer in subselect execution fixed layuot --- sql/sql_lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_lex.h') diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 6226fbe1bb5..4844cb95f86 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -212,6 +212,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) { -- cgit v1.2.1