diff options
author | unknown <mskold@mysql.com> | 2004-12-17 21:13:22 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-12-17 21:13:22 +0100 |
commit | bda84af2a65db4b782da782424157943477dc6e4 (patch) | |
tree | 9f51d9cac4b45ffad89462fcc79b3f15eda3b19b /include/mysql_com.h | |
parent | 66f7bd24414724af26b2bf690e03ff3fe7ccbb4a (diff) | |
download | mariadb-git-bda84af2a65db4b782da782424157943477dc6e4.tar.gz |
Condition pushdown to storage engine
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 6a03fe90eb5..c55cc997648 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -339,7 +339,7 @@ struct rand_struct { /* The following is for user defined functions */ -enum Item_result {STRING_RESULT, REAL_RESULT, INT_RESULT, ROW_RESULT}; +enum Item_result {STRING_RESULT= 0, REAL_RESULT, INT_RESULT, ROW_RESULT}; typedef struct st_udf_args { |