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