You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried commenting out a part of the if test in the code in question:
if( args->arg_count > argNum && !args->args[argNum] /* && !strncmp( args->attributes[argNum], "NULL" , 4 ) */ ) {
return 1 ;
}
This enables me to compile, and the functions work in mariadb... I have not reviewed other consequences of commenting out that test, though...
Hi,
I am having the following error when compiling the program
ghmysql.c:115:23: error: 'UDF_ARGS' has no member named 'attributes'
!strncmp( args->attributes[argNum], "NULL" , 4 ) ) {
I am using mariaDB.
Thank you
The text was updated successfully, but these errors were encountered: