1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/sql
davi@moksha.com.br 2adf38c12e Bug#29223 declare cursor c for SHOW .....
"DECLARE CURSOR FOR SHOW ..." is a syntax that currently appears to work,
but is untested for some SHOW commands and does not work for other SHOW
commands.

Since this is an un-intended feature that leaked as a result of a coding bug
(in the parser grammar), the correct fix is to fix the grammar to not accept
this construct.

In other words, "DECLARE CURSOR FOR SHOW <other commands that don't work>"
is not considered a bug, and we will not implement other features to make all
the SHOW commands usable inside a cursor just because someone exploited a bug.
2007-10-11 17:38:40 -03:00
..
2007-03-15 23:39:07 -07:00
2007-08-16 21:14:47 +04:00
2007-03-20 17:07:53 +01:00
2007-08-15 17:43:08 +04:00
2007-09-14 21:15:57 +04:00
2007-09-26 18:47:55 +02:00
2007-08-28 01:02:57 -06:00
2007-09-21 12:17:09 +02:00
2007-04-13 19:23:02 +02:00
2007-01-27 03:46:45 +02:00
2007-08-17 13:22:31 +02:00
2007-02-23 13:13:55 +02:00
2007-02-23 13:13:55 +02:00
2007-06-10 14:43:57 +04:00
2007-09-01 00:12:00 +04:00
2007-08-15 17:43:08 +04:00
2007-08-15 17:43:08 +04:00
2007-07-30 19:02:21 +03:00
2007-06-12 18:41:56 +03:00
2007-07-01 15:33:28 -07:00
2007-09-04 16:40:27 -06:00
2007-09-13 02:09:29 +05:00