• unknown's avatar
    Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY · ea75abc5
    unknown authored
    ...and for PURGE BEFORE too. (Don't fix_fields in the parser!)
    
    
    mysql-test/r/sp-error.result:
      New test case for BUG#6807
    mysql-test/t/sp-error.test:
      New test case for BUG#6807
    sql/sql_lex.h:
      Purge and kill query args not needed in lex. (Using value_list instead)
    sql/sql_parse.cc:
      Evaluate purge before and kill query args in mysql_execute_command
      instead of in the parser. (Makes it work with stored procedures)
    sql/sql_yacc.yy:
      Don't evaluate (fix_fields) args in the parser for purge before and kill query.
      (Doesn't work with stored procedures)
    ea75abc5
sp-error.test 10.1 KB