• unknown's avatar
    Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag · 2419fa26
    unknown authored
    This allows use to use INSERT IGNORE ... ON DUPLICATE ...
    
    
    mysql-test/r/drop.result:
      safety fix
    mysql-test/t/drop.test:
      safety fix
    mysql-test/t/multi_update.test:
      ensure we cover all possible errors
    sql/log_event.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/log_event.h:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/mysql_priv.h:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_class.h:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_delete.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_insert.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_lex.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_lex.h:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_load.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_parse.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_repl.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_repl.h:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_select.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_table.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_union.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_update.cc:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    sql/sql_yacc.yy:
      Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
    2419fa26
sql_yacc.yy 151 KB