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
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.1.27 [ 29964 ] | |
Fix Version/s | 3.4.4 [ 29967 ] | |
Fix Version/s | 3.3.14 [ 29971 ] | |
Fix Version/s | 3.1 [ 23223 ] | |
Fix Version/s | 3.3 [ 26080 ] | |
Fix Version/s | 3.4 [ 28329 ] |
Component/s | Other [ 16819 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link |
This issue causes |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
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.