1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Condition pushdown to storage engine

This commit is contained in:
mskold@mysql.com
2004-12-17 21:13:22 +01:00
parent a3b74b307c
commit 3edf243875
16 changed files with 1093 additions and 29 deletions

View File

@@ -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
{