• unknown's avatar
    Fixed error handling to be able do not interrupt update (907) (SCRUM) · cd01f7cd
    unknown authored
    fixed bug of current select pointer in subselect execution
    fixed layuot
    
    
    mysql-test/r/subselect.result:
      test of update with IGNORE option and error in subselect
    mysql-test/t/subselect.test:
      test of update with IGNORE option and error in subselect
    sql/item_subselect.cc:
      fixed bug of current select pointer
    sql/mysqld.cc:
      error converting to warnings if hd->lex.current_select->no_error id true
      layout fixed
    sql/sql_lex.cc:
      initialization
    sql/sql_lex.h:
      flag which force converting errors to warnings
    sql/sql_select.cc:
      switch on error convering to warnings in select executing if IGNORE option present
    cd01f7cd
sql_lex.cc 36.3 KB