1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
malff/marcsql@weblab.(none) 9655f5fb03 Bug#22687 (Functions UNIQUE_USERS, GROUP_UNIQUE_USERS)
According to some internal communication, these two functions are place
holders for future enhancements. Because they use a variable number of
parameters, the implementation defined a reserved keyword for them in the
parser grammar.

Unfortunately, doing so creates a bug similar to Bug 21114 reported for the
function FORMAT.

In the 5.1 code base, due to improvements in the code implemented with bug
21114, having a reserved keyword for functions with a variable number of
arguments is not needed any more by the implementation.

As a result, this fix removes the place-holder implementation, and removes
the unnecessary reserved keywords. Should the functions UNIQUE_USERS and
GROUP_UNIQUE_USERS be finally implemented in a later release, the
implementation should sub class Create_native_func in sql/item_create.cc.
For example, see the class Create_func_concat.
2007-01-11 14:58:05 -07:00
..
2006-09-07 13:52:30 +10:00
2006-12-05 19:04:46 +03:00
2006-12-05 19:04:46 +03:00
2006-11-27 01:47:38 +02:00
2006-11-30 21:56:03 +02:00
2006-11-27 18:16:08 +02:00
2006-08-18 22:29:35 +05:00
2006-09-26 02:25:23 -04:00
2006-11-30 18:43:33 -07:00
2006-09-01 10:32:12 +02:00
2006-11-27 18:16:08 +02:00
2006-11-27 01:47:38 +02:00
2006-11-27 01:47:38 +02:00
2006-11-27 18:16:08 +02:00
2006-11-20 20:40:35 -07:00
2006-11-27 18:16:08 +02:00
2006-06-19 12:45:34 +03:00
2006-09-30 19:08:13 -07:00
2006-08-17 18:13:45 +02:00
2006-08-21 16:21:48 +04:00
2006-08-10 18:29:25 -07:00
2006-12-07 13:57:39 +01:00
2006-11-27 01:47:38 +02:00
2006-11-22 14:11:36 +02:00
2006-11-30 22:38:12 +02:00
2006-11-23 20:07:53 +01:00
2006-11-30 21:56:03 +02:00
2006-11-22 14:11:36 +02:00