1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

new UDF arguments interface (WL#1017) (SCRUM)

This commit is contained in:
bell@sanja.is.com.ua
2003-09-13 17:47:59 +03:00
parent 08e5a7e135
commit 8554796252
9 changed files with 134 additions and 14 deletions

View File

@@ -278,6 +278,8 @@ typedef struct st_udf_args
char **args; /* Pointer to argument */
unsigned long *lengths; /* Length of string arguments */
char *maybe_null; /* Set to 1 for all maybe_null args */
char **attributes; /* Pointer to attribute name */
unsigned long *attribute_lengths; /* Length of attribute arguments */
} UDF_ARGS;
/* This holds information about the result */