summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-31 12:04:35 +0200
committermonty@mysql.com <>2004-12-31 12:04:35 +0200
commit1bd22faa05c03dfb19916a92266fb5b45768d3f6 (patch)
tree15ba897ee442fcca24c0923eecba6bd94786608f /sql/sql_lex.h
parent19f3570ba8cc34fb99e1136b8662b5a0ba859958 (diff)
downloadmariadb-git-1bd22faa05c03dfb19916a92266fb5b45768d3f6.tar.gz
Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
This allows use to use INSERT IGNORE ... ON DUPLICATE ...
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 8421be7e735..e2e0bc61c23 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -618,7 +618,7 @@ typedef struct st_lex
bool in_comment, ignore_space, verbose, no_write_to_binlog;
bool derived_tables;
bool safe_to_cache_query;
- bool subqueries;
+ bool subqueries, ignore;
ALTER_INFO alter_info;
/* Prepared statements SQL syntax:*/
LEX_STRING prepared_stmt_name; /* Statement name (in all queries) */