sgrif / mysqlclient-sys

Rust bindings for libmysqlclient
Apache License 2.0
37 stars 31 forks source link

Missing UDF types #32

Open chamoretto opened 3 years ago

chamoretto commented 3 years ago

Proper bindings must provide contents from udf_registration_types.h. I've tried to use this crate and there are no UDF types at all, so why? I've generate my own bindings and they were generated properly, with needed UDF types.

Is this bindings generated in right way, or is there something else missing from mysql? Is this known issue?