summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorholyfoot/hf@hfmain.(none) <>2007-11-30 22:29:34 +0400
committerholyfoot/hf@hfmain.(none) <>2007-11-30 22:29:34 +0400
commitad52a590cf4eb9b4c995ad57d2c809a6291a7f36 (patch)
tree219166fb878a5ed568770341729df71f4fadafa0 /include/mysql_com.h
parent83e0fef8473fe3b9184b6a36cfe915eb309d77dc (diff)
parentd02855d9156385b821671c39fc128d2816c6c2be (diff)
downloadmariadb-git-ad52a590cf4eb9b4c995ad57d2c809a6291a7f36.tar.gz
Merge mysql.com:/home/hf/work/mrg/my41-mrg
into mysql.com:/home/hf/work/mrg/my50-mrg
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index fc03d98194b..94b34c1c3f0 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -387,11 +387,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 */
- my_bool const_item; /* 0 if result is independent of arguments */
+ 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 */
} UDF_INIT;
/*
TODO: add a notion for determinism of the UDF.