summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@hfmain.(none)>2007-12-01 00:46:44 +0400
committerunknown <holyfoot/hf@hfmain.(none)>2007-12-01 00:46:44 +0400
commit51f5ac6b29a7823836695d0f2dcfd4e3ef89bdb2 (patch)
treefc471579f6612b624f72147feb84761b29806c2b /include
parent65b77b9df6c0cb53a7b77e83d9e3a74d5c07972f (diff)
parent4100e3e4c2408cb1f28823842db8d8d448aebe4b (diff)
downloadmariadb-git-51f5ac6b29a7823836695d0f2dcfd4e3ef89bdb2.tar.gz
Merge mysql.com:/home/hf/work/mrg/my50-mrg
into mysql.com:/home/hf/work/mrg/my51-mrg sql/mysqld.cc: Auto merged sql/protocol.cc: Auto merged storage/federated/ha_federated.cc: Auto merged tests/mysql_client_test.c: Auto merged include/mysql_com.h: merging libmysqld/lib_sql.cc: merging mysql-test/r/federated.result: merging mysql-test/t/federated.test: merging storage/federated/ha_federated.h: mergin
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index d850c149bde..aef7c7c0584 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -397,12 +397,11 @@ typedef struct st_udf_args
typedef struct st_udf_init
{
- my_bool maybe_null; /* 1 if function can return NULL */
- unsigned int decimals; /* for real functions */
- unsigned long max_length; /* For string functions */
- char *ptr; /* free pointer for function data */
- /* 0 if result is independent of arguments */
- my_bool const_item;
+ my_bool maybe_null; /* 1 if function can return NULL */
+ unsigned int decimals; /* for real functions */
+ unsigned long max_length; /* For string functions */
+ char *ptr; /* free pointer for function data */
+ my_bool const_item; /* 1 if function always returns the same value */
void *extension;
} UDF_INIT;
/*