• unknown's avatar
    fixed error handling in SET and DO operators (BUG#1484) · 4fcc5a7f
    unknown authored
    
    mysql-test/r/subselect.result:
      test for BUG#1484
    mysql-test/t/subselect.test:
      layout fix
      test for BUG#1484
    sql/set_var.cc:
      value evaluating can fail (because of subqueries for example) => we should check result of operartion and prevent assigning incorrect value
    sql/sql_do.cc:
      DO should ignore all errors
    4fcc5a7f
subselect.result 53 KB