Loading include/mysql_com.h +5 −5 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ typedef struct st_udf_init unsigned int decimals; /* for real functions */ unsigned long max_length; /* For string functions */ char *ptr; /* free pointer for function data */ my_bool const_item; /* 0 if result is independent of arguments */ my_bool const_item; /* 1 if function always returns the same value */ } UDF_INIT; /* Constants when using compression */ Loading Loading
include/mysql_com.h +5 −5 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ typedef struct st_udf_init unsigned int decimals; /* for real functions */ unsigned long max_length; /* For string functions */ char *ptr; /* free pointer for function data */ my_bool const_item; /* 0 if result is independent of arguments */ my_bool const_item; /* 1 if function always returns the same value */ } UDF_INIT; /* Constants when using compression */ Loading