diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-11-27 17:19:51 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-11-27 17:19:51 +0200 |
commit | 9d503cea20bc5f2e1569f16b0114d34dfd875d66 (patch) | |
tree | a3c420386343c1c165e1543cfd9788b34d0cb9bd /include/mysql_com.h | |
parent | 3058e0257315eeb183a1df10376cd9f4df3061fb (diff) | |
parent | 63b65169534c97f0c225859d2d6d49f3cee2bc10 (diff) | |
download | mariadb-git-9d503cea20bc5f2e1569f16b0114d34dfd875d66.tar.gz |
Merge magare.gmz:/home/kgeorge/mysql/work/B30355-5.0-opt
into magare.gmz:/home/kgeorge/mysql/work/B30355-5.1-opt
include/mysql_com.h:
Auto merged
mysql-test/r/udf.result:
Auto merged
mysql-test/t/udf.test:
Auto merged
sql/item_func.cc:
Auto merged
sql/item_func.h:
Auto merged
sql/udf_example.c:
Auto merged
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 4ae7f66060f..d850c149bde 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -405,6 +405,10 @@ typedef struct st_udf_init my_bool const_item; void *extension; } UDF_INIT; +/* + TODO: add a notion for determinism of the UDF. + See Item_udf_func::update_used_tables () +*/ /* Constants when using compression */ #define NET_HEADER_SIZE 4 /* standard header size */ |