Wojciech Mitros
e558c7d988
functions: initialize aggregates on scylla start
...
Currently, UDAs can't be reused if Scylla has been
restarted since they have been created. This is
caused by the missing initialization of saved
UDAs that should have inserted them to the
cql3::functions::functions::_declared map, that
should store all (user-)created functions and
aggregates.
This patch adds the missing implementation in a way
that's analogous to the method of inserting UDF to
the _declared map.
Fixes #11309
2023-01-10 17:44:18 +02:00
..
2022-12-16 10:23:03 +02:00
2023-01-03 19:54:13 +02:00
2022-12-13 14:17:18 +02:00
2022-05-13 07:11:58 +02:00
2022-07-25 09:53:33 +02:00
2022-12-28 15:36:05 +02:00
2022-08-08 08:02:27 +03:00
2022-07-04 13:42:45 +03:00
2022-10-17 12:07:27 +02:00
2022-03-14 13:20:25 +02:00
2023-01-06 14:07:27 +01:00
2023-01-06 14:07:27 +01:00
2022-05-13 07:11:58 +02:00
2022-05-13 07:11:58 +02:00
2022-10-25 09:16:50 +03:00
2022-10-25 09:16:50 +03:00
2022-05-13 07:11:58 +02:00
2022-05-13 07:11:58 +02:00
2022-03-30 15:42:51 +03:00
2022-03-30 15:42:51 +03:00
2022-01-18 12:15:18 +01:00
2022-05-13 07:11:58 +02:00
2022-01-18 12:15:18 +01:00
2022-01-18 12:15:18 +01:00
2022-10-10 16:20:59 +03:00
2022-10-10 16:20:59 +03:00
2023-01-03 19:54:13 +02:00
2022-05-13 07:11:58 +02:00
2022-06-22 20:07:58 +02:00
2022-01-18 12:15:18 +01:00
2022-08-08 08:02:27 +03:00
2022-06-22 20:16:48 +02:00
2022-06-22 20:16:48 +02:00
2022-11-28 21:58:30 +02:00
2022-05-01 08:33:55 +03:00
2022-06-22 20:16:48 +02:00
2022-06-22 20:16:48 +02:00
2022-05-13 07:11:58 +02:00
2022-07-18 14:18:48 +02:00
2023-01-10 17:44:18 +02:00
2023-01-10 17:44:18 +02:00
2022-10-06 18:02:09 +03:00
2022-10-06 18:00:09 +03:00
2022-12-05 08:14:39 +02:00
2022-09-26 11:02:54 +03:00
2022-05-16 14:14:14 +03:00
2022-05-16 14:14:14 +03:00
2022-08-14 13:12:03 +03:00
2022-08-12 06:01:44 +03:00
2022-03-25 16:19:26 +02:00
2023-01-09 18:52:41 +02:00
2022-12-12 15:20:30 +01:00
2022-01-18 12:15:18 +01:00
2022-05-13 07:11:58 +02:00
2022-08-15 16:58:05 +03:00
2022-05-13 07:11:58 +02:00