1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 700ae43d71 Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;
- dropped routines should not show up in status
- error handling for non-existing routines

+ some cleanup.


mysql-test/r/sp-error.result:
  Test SHOW CREATE PROCEDURE for non-existing procedure.
mysql-test/r/sp.result:
  Additional SHOW FUNCTION/PROCEDURE STATUS calls (make sure they don't show
  after being dropped).
mysql-test/t/sp-error.test:
  Test SHOW CREATE PROCEDURE for non-existing procedure.
mysql-test/t/sp.test:
  Additional SHOW FUNCTION/PROCEDURE STATUS calls (make sure they don't show
  after being dropped).
sql/sp.cc:
  Fixed bug in SHOW ... STATUS after a routine has been dropped,
  and fixed the error return codes (for correct error handling).
  Also some general cleanup.
sql/sp.h:
  Fixed prefix for external functions (should be sp_, not db_).
sql/sql_parse.cc:
  Fixed error handling in SHOW CREATE PROCEDURE/FUNCTION.
2003-11-20 15:07:22 +01:00
..
2003-08-11 22:44:43 +03:00
2003-03-16 19:17:54 +02:00
2003-04-03 21:19:12 +03:00
2003-03-26 18:37:38 +02:00
2003-09-11 20:24:14 +03:00
2003-03-06 15:29:55 +01:00
2003-02-10 18:01:29 +02:00
2003-11-03 22:48:03 +02:00
2003-09-24 15:26:20 +02:00
2003-06-04 19:21:51 +03:00
2003-02-08 01:12:58 +02:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2001-04-17 21:30:02 +02:00
2003-10-31 11:52:46 +02:00
2003-07-03 16:48:47 +05:00
2003-07-08 15:06:05 +05:00
2003-11-07 09:43:24 +02:00
2003-11-17 18:02:08 +04:00
2003-03-18 17:01:38 +04:00
2003-11-06 21:03:11 +02:00
2003-07-28 16:58:51 +02:00
2003-08-11 22:44:43 +03:00
2003-09-11 20:24:14 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-05-29 17:47:31 -04:00
2003-05-19 16:35:49 +03:00
2003-11-15 12:30:32 +01:00
2003-10-22 16:10:22 +02:00
2003-08-11 22:44:43 +03:00
2003-08-19 00:08:08 +03:00
2003-08-29 13:44:35 +03:00
2003-03-16 19:17:54 +02:00
2003-09-11 19:06:23 +03:00
2003-08-11 22:44:43 +03:00
2003-11-18 17:04:52 +03:00
2003-09-24 23:25:58 +04:00
2003-10-31 16:37:36 +04:00
2003-08-29 13:44:35 +03:00
2003-08-20 16:25:44 +03:00
2003-11-19 15:19:46 +01:00
2003-06-04 19:21:51 +03:00
2003-11-18 18:54:27 +02:00
2003-06-05 23:19:56 +03:00
2003-05-14 01:27:26 +03:00
2003-01-22 20:08:12 +04:00
2003-10-08 12:01:58 +03:00
2003-02-04 21:52:14 +02:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-05-21 21:39:58 +03:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-10-03 22:14:23 +02:00
2003-06-15 12:01:51 +02:00
2003-06-15 12:01:51 +02:00
2003-11-04 09:40:36 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2003-11-04 09:40:36 +02:00
2003-08-29 13:44:35 +03:00
2003-08-29 13:44:35 +03:00
2003-05-21 21:39:58 +03:00
2003-07-08 11:03:30 +03:00
2003-11-19 15:19:46 +01:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2003-08-19 00:08:08 +03:00
2003-10-20 19:13:45 +05:00
2003-09-15 10:26:48 +05:00
2003-08-19 00:08:08 +03:00
2003-03-16 19:17:54 +02:00
2003-08-19 00:08:08 +03:00
2003-05-19 16:35:49 +03:00
2003-10-07 15:42:26 +03:00
2003-11-19 15:19:46 +01:00
2003-08-19 00:08:08 +03:00