summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorbell@laptop.sanja.is.com.ua <>2003-09-28 12:00:30 +0300
committerbell@laptop.sanja.is.com.ua <>2003-09-28 12:00:30 +0300
commit9f7b9000144be211d17b460f1b50ab1fbab789c4 (patch)
tree28781e89211161574909d489abd41ade4e7e3373 /include/mysql_com.h
parent6e55a3428aa3615e15a1c56f47817ab6e962f036 (diff)
parent85547962525f3de479dca367c3bbd2a203023cae (diff)
downloadmariadb-git-9f7b9000144be211d17b460f1b50ab1fbab789c4.tar.gz
Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-udf-5.0
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 31da8cfe6b2..317cf4f7079 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -285,6 +285,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 */