• unknown's avatar
    Fix BUG#2272: Crash if update with variable name in stored procedure. · 28f589db
    unknown authored
    Parse column names (and not variables) only in UPDATE ... SET ...
    
    
    mysql-test/r/sp-error.result:
      New test case for BUG#2272
    mysql-test/t/sp-error.test:
      New test case for BUG#2272
    sql/sql_yacc.yy:
      "UPDATE table SET id = val" should only recognize column names, and not
      local SP variables for 'id'.
      (Also removed "as locator" syntax which is not supported.)
    28f589db
sp-error.result 7.19 KB