From cc566a791d44b8025154c266c659fd83c14936c5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 17 Dec 2004 21:13:22 +0100 Subject: Condition pushdown to storage engine --- include/mysql_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mysql_com.h') 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 { -- cgit v1.2.1