1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
unknown d4088df5e9 Fixed BUG#14233: Crash after tampering with the mysql.proc table
Post-review version. Some minor review fixes, but also changed the way
  some errors are handled: Don't return specific parse errors; instead
  always use the more general "table corrupt" error (amended accordingly).


mysql-test/r/sp-destruct.result:
  Updated results.
mysql-test/r/sp-error.result:
  Updated for fully qualified name in "no return" error message.
mysql-test/t/sp-destruct.test:
  Adopted the more consistent error handling for a corrupted mysql.proc table.
  (No more "parse error" et al).
sql/share/errmsg.txt:
  Changed ER_SP_PROC_TABLE_CORRUPT to be more explicit.
sql/sp.cc:
  Review fixes.
  Changed the handling of parse errors, and added the routine name to the "table corrupt" error message.
sql/sql_base.cc:
  Review changes: Change error tests and added comments.
sql/sql_parse.cc:
  Mored ER_SP_NORETURN test of functions to sql_yacc.yy for more general error handling.
sql/sql_yacc.yy:
  Mored ER_SP_NORETURN test of functions from sql_parse.cc for more general error handling.
2005-11-25 17:09:26 +01:00
..
2005-07-28 17:09:54 +03:00
2005-09-11 22:10:04 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-09 10:54:59 +04:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-10-28 14:56:55 +03:00
2005-09-15 21:05:42 +02:00
2005-09-09 10:54:59 +04:00
2005-10-13 14:35:53 +02:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-09-09 12:43:25 +02:00
2005-07-28 17:09:54 +03:00
2005-10-28 02:36:19 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-02 09:50:17 +03:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07:00
2005-07-28 17:09:54 +03:00
2005-09-15 22:21:30 +04:00
2005-08-19 11:38:14 +03:00
2005-09-14 23:12:01 +03:00
2005-10-13 00:29:23 +02:00
2005-09-22 03:23:07 +03:00
2005-08-09 00:13:49 +03:00
2005-10-11 14:58:25 +05:00