• unknown's avatar
    Fix for BUG#13198: SP executes if definer does not exist. · 3dd927cf
    unknown authored
    Basically, this fix contains a test case and removing of a workaround
    for replication. This fix became possible after pushing WL#2897
    (Complete definer support in stored routines).
    
    
    mysql-test/r/sp-security.result:
      Updated the result file to contain results of test for BUG#13198.
    mysql-test/t/sp-security.test:
      Added a test case for BUG#13198.
    sql/sp_head.cc:
      Removed the workaround for replication, since WL#2897 is pushed and
      now definer attribute/clause is fully supported in stored routines.
    3dd927cf
sp-security.test 16.3 KB