Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
3.1, 3.3, 3.4
-
None
Description
UDF related declaraions (UDF_ARGS and UDF_INIT) are for the server side code, they should not be in C/C headers
Attachments
Issue Links
- causes
-
CONC-757 UDFs don't compile after CONC-710
-
- Closed
-
-
MDEV-35905 Revert CONC-710 induced mysqlbinlog FIXME
-
- Closed
-
Hi Guys,
This is still causing issues with UDFs. Even the standard UDFs like lib_mysqludf_sys fail to build correctly as UDF_INIT and UDF_ARGS are no longer defined. These ALSO need to be added back into mariadb_com.h
Thanks.