1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/mysql-test/t
unknown 8368f437a7 Bug#20230: routine_definition is not null
SHOW CREATE PROCEDURE and SHOW CREATE FUNCTION are fixed as well as
INFORMATION_SCHEMA.ROUTINES.ROUTINE_NAME.


mysql-test/r/information_schema.result:
  Add result for bug#20230.
mysql-test/t/information_schema.test:
  Add test case for bug#20230.
sql/sp_head.cc:
  Return NULL for routine definition if the user doesn't have enough
  privilege to see it.
sql/sql_show.cc:
  Make INFORMATION_SCHEMA.ROUTINES.ROUTINE_NAME NULL-able.  Return
  NULL if the user doesn't have enough privilege to see routine
  definition.
2006-06-30 00:21:55 +04:00
..
2006-05-29 16:27:45 +02:00
2006-05-01 21:30:09 +03:00
2006-06-17 02:57:50 +04:00
2006-06-17 02:57:50 +04:00
2006-03-01 15:50:15 +04:00
2006-05-09 13:31:46 -07:00
2006-06-27 00:47:52 +04:00
2006-06-22 00:29:04 +04:00
2006-05-24 17:21:35 +03:00
2006-06-14 23:54:08 +04:00
2006-06-20 00:52:26 +04:00
2006-04-11 15:26:18 +05:00
2006-06-27 17:00:24 +05:00
2006-05-06 23:48:13 -07:00
2005-12-06 21:28:13 +01:00
2006-06-06 23:37:42 +04:00
2006-05-17 20:48:48 -07:00
2006-03-06 23:43:47 +01:00
2006-05-30 17:10:53 -07:00
2006-05-29 19:07:35 +04:00
2006-05-01 22:10:50 -04:00
2006-01-06 00:47:49 +02:00
2006-02-20 15:03:16 +01:00
2006-02-07 19:57:31 +01:00
2006-06-12 15:36:12 +02:00
2006-06-27 00:47:52 +04:00
2006-06-17 02:57:50 +04:00
2006-03-08 10:40:29 +01:00
2006-06-21 01:14:53 +04:00
2006-05-03 19:01:29 +05:00
2006-04-27 21:59:04 +09:30
2006-04-26 17:09:41 -07:00
2006-06-21 13:01:00 +03:00
2006-05-31 22:55:45 -07:00