summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorholyfoot/hf@hfmain.(none) <>2007-12-01 00:46:44 +0400
committerholyfoot/hf@hfmain.(none) <>2007-12-01 00:46:44 +0400
commit34de307073961e1acadf82a772033cdb301517a9 (patch)
treefc471579f6612b624f72147feb84761b29806c2b /include/mysql_com.h
parenta756bfd4081d466525b46b000510c948b5d7c3d6 (diff)
parentad52a590cf4eb9b4c995ad57d2c809a6291a7f36 (diff)
downloadmariadb-git-34de307073961e1acadf82a772033cdb301517a9.tar.gz
Merge mysql.com:/home/hf/work/mrg/my50-mrg
into mysql.com:/home/hf/work/mrg/my51-mrg
Diffstat (limited to 'include/mysql_com.h')
-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;
/*