mariadb/sql/share
unknown 66b71ca378 Fixed BUG#6600: Stored procedure crash after repeated calls with check table.
Sedond attempt: Simply disallow CHECK in SPs, since it can't work.


mysql-test/r/sp-error.result:
  New test cast for BUG#6600
mysql-test/r/sp.result:
  Removed old test case for BUG#6600
mysql-test/t/sp-error.test:
  New test cast for BUG#6600
mysql-test/t/sp.test:
  Removed old test case for BUG#6600
sql/share/errmsg.txt:
  Made the SP bad statement error message more general.
sql/sp_head.cc:
  CHECK is not possible in stored procedures.
sql/sql_parse.cc:
  Undid attempt to fix CHECK in stored procedures, it didn't work.
sql/sql_yacc.yy:
  CHECK is not possible in stored procedures.
  (And updated error messages for LOCK/UNLOCK.)
2005-03-30 17:43:52 +02:00
..
charsets renamed charset name 'eucjp_ms' to 'eucjpms' 2005-01-12 02:58:15 -08:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
errmsg.txt Fixed BUG#6600: Stored procedure crash after repeated calls with check table. 2005-03-30 17:43:52 +02:00
Makefile.am small Makefile.am cleanup 2005-01-28 17:14:03 +01:00