• unknown's avatar
    adding mysql.proc to table list if view contains stored procedures (BUG#5151) · c3389776
    unknown authored
    
    mysql-test/r/view.result:
      fixed test
      VIEW over droped function
    mysql-test/t/view.test:
      VIEW over droped function
    sql/item_func.cc:
      after review fix
    sql/sp.cc:
      hint to find mysql.proc
    sql/sql_lex.h:
      hint to find mysql.proc
    sql/sql_parse.cc:
      hint to find mysql.proc
    sql/sql_view.cc:
      adding mysql.proc to table list if view contains stored procedures
    c3389776
sp.cc 29.4 KB