1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-19 21:09:40 +03:00
Files
mariadb/mysql-test/t
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-08-16 14:58:49 +02:00
2006-11-20 22:42:06 +02:00
2006-08-16 14:58:49 +02:00
2006-12-07 13:57:39 +01:00
2006-11-02 13:51:43 +01:00
2006-11-20 22:42:06 +02:00
2006-11-28 05:43:30 +02:00
2006-08-16 19:29:49 +02:00
2006-08-16 19:29:49 +02:00
2006-08-30 23:09:47 +04:00
2006-11-15 10:23:27 +01:00
2006-11-22 14:11:36 +02:00
2006-11-28 05:43:30 +02:00
2006-11-15 10:23:27 +01:00
2006-11-02 13:51:43 +01:00
2006-12-04 14:05:27 +03:00
2006-09-29 01:36:17 +05:00
2006-08-16 19:29:49 +02:00
2006-08-22 11:55:25 +02:00
2006-09-14 12:32:49 +02:00
2006-09-01 16:14:59 +02:00
2006-11-20 22:42:06 +02:00
2006-11-03 13:08:53 +04:00
2006-11-15 10:23:27 +01:00
2006-08-22 09:48:15 +02:00
2006-09-01 16:14:59 +02:00
2006-11-30 18:43:33 -07:00
2006-11-30 18:43:33 -07:00
2006-09-21 14:19:17 +02:00
2006-10-05 00:36:03 +02:00
2006-09-21 00:59:48 +02:00
2006-11-22 14:11:36 +02:00
2006-12-11 18:52:24 -07:00
2006-11-20 22:42:06 +02:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-11-22 14:11:36 +02:00
2006-12-04 14:26:05 +02:00
2006-10-05 12:41:26 +02:00