mariadb/sql/share
unknown 4467bcf26e Fixed BUG#434: Stored procedure which drops itself causes crash.
Simply disallow it, just as we disallow creation of routines from within
other SPs.


include/mysqld_error.h:
  New error code for when attempting to drop a stored routine from within
  another stored routine.
mysql-test/r/sp-error.result:
  New test case for BUG#4344.
mysql-test/t/sp-error.test:
  New test case for BUG#4344.
sql/share/czech/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/danish/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/dutch/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/english/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/estonian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/french/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/german/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/greek/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/hungarian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/italian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/japanese/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/korean/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/norwegian-ny/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/norwegian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/polish/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/portuguese/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/romanian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/russian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/serbian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/slovak/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/spanish/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/swedish/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/share/ukrainian/errmsg.txt:
  New error message for when attempting to drop a stored routine from within
  another stored routine.
sql/sql_yacc.yy:
  Don't allow drop function/procedure from within another function/procedure.
2004-07-29 17:33:45 +02:00
..
charsets armscii8_bin was referenced to as armscii_bin in a mistake. 2004-07-02 13:27:46 +05:00
czech Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
danish Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
dutch Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
english Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
estonian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
french Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
german Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
greek Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
hungarian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
italian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
japanese Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
korean Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
norwegian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
norwegian-ny Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
polish Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
portuguese Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
romanian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
russian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
serbian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
slovak Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
spanish Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
swedish Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
ukrainian Fixed BUG#434: Stored procedure which drops itself causes crash. 2004-07-29 17:33:45 +02:00
.cvsignore
Makefile.am Charset number is now stored into error.sys by comp_err and loaded by mysqld. 2003-09-17 16:22:58 +05:00