mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 21:22:27 +03:00
merging
This commit is contained in:
@ -241,7 +241,7 @@ struct rand_struct {
|
||||
|
||||
/* The following is for user defined functions */
|
||||
|
||||
enum Item_result {STRING_RESULT,REAL_RESULT,INT_RESULT};
|
||||
enum Item_result {STRING_RESULT, REAL_RESULT, INT_RESULT, ROW_RESULT};
|
||||
|
||||
typedef struct st_udf_args
|
||||
{
|
||||
|
Reference in New Issue
Block a user