1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-04-18 21:24:07 +03:00

Fix after previous revert

This commit is contained in:
Georg Richter 2025-02-18 16:32:29 +01:00
parent d4eec05d00
commit bbf07912ec

View File

@ -408,8 +408,6 @@ struct rand_struct {
/* The following is for user defined functions */
enum Item_result {STRING_RESULT,REAL_RESULT,INT_RESULT,ROW_RESULT,DECIMAL_RESULT};
typedef struct st_udf_args
{
unsigned int arg_count; /* Number of arguments */