summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-12-11 18:39:33 +0200
committerMichael Widenius <monty@askmonty.org>2011-12-11 18:39:33 +0200
commit148587461954b544355bc808a89bfed1a70694e1 (patch)
tree2fd1f7b65e3a4ce21719a5f66f6617a89ff9ab7e /sql/sql_lex.h
parent6d4224a31c9d32c8f8067a4f7d16daa29bcdee6b (diff)
downloadmariadb-git-148587461954b544355bc808a89bfed1a70694e1.tar.gz
Rewrite IGNORE handling:
- Instead of supressing all errors, only suppress safe ones like: ER_DUP_KEY, ER_BAD_NULL_ERROR, ER_SUBQUERY_NO_1_ROW, ER_ROW_IS_REFERENCED_2
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index d5c72032114..cefa092a874 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -429,7 +429,6 @@ public:
uint8 uncacheable;
enum sub_select_type linkage;
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) throw ()
{