• unknown's avatar
    Fixed BUG#6600: Stored procedure crash after repeated calls with check table · 91f8f7a6
    unknown authored
    
    mysql-test/r/sp.result:
      New test case for BUG#6600.
    mysql-test/t/sp.test:
      New test case for BUG#6600.
    sql/sp_head.cc:
      Added yet another multiple result set statement to the list.
    sql/sql_parse.cc:
      Have to invalidate SP caches in CHECK TABLE, or it will produce very
      strange results when called in SPs.
    91f8f7a6
sp_head.cc 53.1 KB