diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-11-27 17:19:51 +0200 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-11-27 17:19:51 +0200 |
commit | 0f3db011d58793b20b243815cb7b1eabd31a5fd5 (patch) | |
tree | a3c420386343c1c165e1543cfd9788b34d0cb9bd /include/mysql_com.h | |
parent | 66258ff324a15f3cf1a6ebdb44799bcd2b6b17a3 (diff) | |
parent | 8c3d5135baeba8a418ded32a649ae6ca3f75be3e (diff) | |
download | mariadb-git-0f3db011d58793b20b243815cb7b1eabd31a5fd5.tar.gz |
Merge magare.gmz:/home/kgeorge/mysql/work/B30355-5.0-opt
into magare.gmz:/home/kgeorge/mysql/work/B30355-5.1-opt
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 */ |