• unknown's avatar
    Closing tables during SP execution the proper way. · 1c6f2c41
    unknown authored
    
    mysql-test/r/show_check.result:
      proc table now shows up in different places.
    mysql-test/r/status.result:
      proc table now shows up in different places.
    sql/sp.cc:
      Fixed closing of tables.
    sql/sp_head.cc:
      Close tables after each sub statement.
    sql/sql_class.cc:
      Removed closing of tables in various send_eof() methods again.
    1c6f2c41
sp.cc 6.1 KB