mariadb/sql/share
unknown fc5db93516 Fixed BUG#9073: Able to declare two handlers for same condition in same scope
mysql-test/r/sp-error.result:
  Added test case for BUG#9073.
mysql-test/t/sp-error.test:
  Added test case for BUG#9073.
sql/share/errmsg.txt:
  New error message for duplicate condition handlers in stored procedures.
sql/sp_pcontext.cc:
  Keep track on condition handlers in the same block for error checking.
sql/sp_pcontext.h:
  Keep track on condition handlers in the same block for error checking.
sql/sql_yacc.yy:
  Keep track on condition handlers in the same block for error checking.
2005-04-08 19:58:04 +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#9073: Able to declare two handlers for same condition in same scope 2005-04-08 19:58:04 +02:00
Makefile.am small Makefile.am cleanup 2005-01-28 17:14:03 +01:00