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-12-01 15:49:07 +01:00
2006-12-04 18:31:24 +01:00
2006-11-15 17:55:17 -08:00
2006-11-15 12:24:21 -05:00
2006-10-23 15:09:04 +03:00
2006-10-17 11:23:07 -04:00
2006-10-23 18:22:27 +03:00
2006-11-21 22:32:58 +02:00
2006-11-28 15:44:11 +02:00
2006-12-01 15:49:07 +01:00
2006-10-19 01:01:54 +02:00
2006-12-04 03:07:44 +03:00
2006-11-27 01:47:38 +02:00
2006-10-16 19:57:33 +03:00
2006-11-01 16:48:03 +04:00
2006-10-12 09:40:01 +05:00
2006-11-09 14:46:01 +04:00
2006-11-22 17:59:46 +04:00
2006-11-10 14:48:07 -05:00
2006-10-27 18:08:50 +05:00
2006-11-21 23:12:45 +02:00
2006-11-02 13:51:43 +01:00
2006-11-02 13:51:43 +01:00
2006-10-17 19:54:44 +03:00
2006-11-29 12:04:29 +01:00
2006-11-29 12:04:29 +01:00
2006-12-01 09:49:19 +01:00
2006-11-01 16:48:03 +04:00
2006-10-13 19:33:28 +05:00
2006-11-30 17:59:14 +01:00
2006-11-30 17:59:14 +01:00
2006-11-30 12:27:04 +01:00
2006-11-02 11:01:53 -07:00
2006-11-29 12:49:21 -05:00
2006-10-11 14:22:17 +04:00
2006-11-30 02:51:41 +03:00
2006-11-06 23:03:31 -05:00
2006-11-29 13:41:03 +04:00
2006-11-06 22:33:18 +04:00
2006-11-17 21:30:28 +01:00
2006-11-17 21:30:28 +01:00
2006-12-04 18:22:38 +01:00
2006-10-19 16:43:46 +02:00
2006-11-29 14:51:22 +01:00
2006-11-13 16:55:05 +01:00
2006-11-27 01:47:38 +02:00
2006-11-30 02:36:18 +03:00
2006-11-27 01:47:38 +02:00
2006-11-30 02:36:18 +03:00
2006-11-27 01:47:38 +02:00
2006-10-27 16:15:17 +10:00
2006-12-04 19:11:55 +01:00
2006-11-15 10:23:27 +01:00
2006-11-02 17:51:59 -05:00
2006-11-17 21:30:28 +01:00
2006-10-19 16:43:46 +02:00
2006-11-15 10:23:27 +01:00
2006-11-07 16:24:35 +03:00
2006-11-14 19:45:52 +01:00
2006-12-12 13:57:28 +03:00
2006-11-14 19:45:52 +01:00
2006-11-03 13:08:53 +04:00
2006-10-19 16:43:46 +02:00
2006-11-09 16:55:42 +02:00
2006-10-20 10:12:38 +02:00
2006-10-20 11:12:35 +02:00
2006-12-05 11:27:51 +01:00
2006-11-29 12:49:21 -05:00
2006-11-10 13:25:10 +01:00
2006-12-01 15:49:07 +01:00
2006-10-24 17:55:39 +02:00
2006-11-15 13:22:38 +01:00
2006-11-30 10:57:40 +01:00
2006-11-15 12:05:05 +01:00
2006-12-01 15:49:07 +01:00
2006-12-01 15:49:07 +01:00
2006-11-21 22:32:58 +02:00
2006-12-01 15:49:07 +01:00
2006-10-16 16:13:03 +02:00
2006-10-18 14:06:32 +02:00
2006-10-16 16:13:03 +02:00
2006-10-27 16:15:17 +10:00
2006-10-16 16:13:03 +02:00
2006-11-07 13:59:14 +01:00
2006-11-13 12:56:45 +01:00
2006-11-15 11:13:49 +01:00
2006-10-27 16:15:17 +10:00
2006-12-01 15:49:07 +01:00
2006-10-16 16:13:03 +02:00
2006-11-30 16:19:55 +01:00
2006-10-26 19:11:09 +02:00
2006-10-26 19:11:09 +02:00
2006-10-19 16:43:46 +02:00
2006-11-07 17:42:15 +01:00
2006-11-19 22:26:36 +04:00
2006-11-03 09:56:44 -07:00
2007-01-11 14:58:05 -07:00
2006-10-17 11:23:07 -04:00
2006-11-21 22:32:58 +02:00
2006-11-20 15:18:57 -05:00
2006-12-04 19:11:55 +01:00
2006-11-17 21:30:28 +01:00
2006-11-29 15:44:09 +01:00
2006-10-23 10:32:39 +05:00
2006-11-20 20:40:35 -07:00
2006-12-12 23:22:46 +03:00
2006-11-10 15:05:38 +03:00
2006-10-19 20:29:12 +05:00
2006-11-29 21:31:05 +01:00
2006-10-19 10:54:23 +02:00
2006-11-21 22:32:58 +02:00
2006-11-23 18:38:27 +01:00
2006-11-01 09:49:03 +01:00
2006-11-15 13:22:38 +01:00
2006-11-03 16:31:25 +01:00
2006-11-03 16:31:25 +01:00
2006-11-15 10:23:27 +01:00
2006-11-01 12:30:01 +04:00
2006-11-28 16:39:04 -07:00
2006-11-21 22:32:58 +02:00
2006-11-21 22:32:58 +02:00
2006-10-19 10:54:23 +02:00
2006-11-21 22:32:58 +02:00
2006-11-21 23:12:45 +02:00
2006-12-01 15:49:07 +01:00
2006-11-03 16:31:25 +01:00
2006-11-03 16:31:25 +01:00
2006-12-01 15:49:07 +01:00
2006-12-01 15:49:07 +01:00
2006-12-01 15:49:07 +01:00
2006-11-21 22:32:58 +02:00
2006-11-15 12:53:07 +02:00
2006-11-30 18:43:33 -07:00
2006-10-19 10:54:23 +02:00
2006-10-16 14:20:05 +02:00
2006-11-21 22:32:58 +02:00
2006-11-15 13:22:38 +01:00
2006-11-17 21:30:28 +01:00
2006-11-17 21:30:28 +01:00
2006-12-01 17:36:51 +01:00
2006-11-15 10:31:23 +01:00
2006-11-15 10:31:23 +01:00
2006-11-30 02:36:18 +03:00
2006-11-21 22:32:58 +02:00
2006-12-01 15:49:07 +01:00
2006-11-15 10:31:23 +01:00
2006-11-03 15:27:37 +04:00
2006-11-21 22:32:58 +02:00
2006-10-19 16:43:46 +02:00
2006-11-29 23:07:15 +02:00
2006-12-05 12:18:33 +01:00
2006-12-11 16:59:02 -07:00
2006-11-17 12:14:29 -07:00
2006-10-12 18:33:07 +04:00
2006-10-23 12:35:56 +04:00
2006-12-05 12:18:33 +01:00
2006-11-01 16:48:03 +04:00
2006-11-01 16:48:03 +04:00
2006-11-01 16:48:03 +04:00
2006-11-01 16:48:03 +04:00
2006-11-01 16:48:03 +04:00
2006-11-09 12:49:39 +04:00
2006-11-17 19:01:35 +04:00
2006-11-27 23:19:53 +02:00
2006-12-01 15:49:07 +01:00
2006-11-17 21:30:28 +01:00
2006-11-01 16:47:40 +03:00
2006-11-01 16:47:40 +03:00
2006-11-30 02:36:18 +03:00
2006-11-29 23:07:15 +02:00
2006-11-08 19:09:39 +04:00
2006-10-20 10:12:38 +02:00
2006-10-13 19:36:19 +05:00
2006-11-15 10:31:23 +01:00
2006-11-17 19:01:35 +04:00
2006-12-04 18:08:50 +01:00
2006-12-04 19:11:55 +01:00
2006-10-12 17:10:34 -06:00
2006-11-21 22:32:58 +02:00
2006-11-29 23:48:39 +01:00
2006-12-04 19:11:55 +01:00
2006-11-13 12:45:31 +01:00
2006-11-20 14:04:07 -08:00
2006-11-20 15:18:57 -05:00
2006-10-23 14:17:57 +05:00