1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

basic row Items (SCRUM)

This commit is contained in:
bell@sanja.is.com.ua
2002-11-15 20:32:09 +02:00
parent 76ed2fc40a
commit 7a9f47759e
47 changed files with 553 additions and 131 deletions

View File

@ -241,7 +241,7 @@ struct rand_struct {
/* The following is for user defined functions */
enum Item_result {STRING_RESULT,REAL_RESULT,INT_RESULT};
enum Item_result {STRING_RESULT, REAL_RESULT, INT_RESULT, ROW_RESULT};
typedef struct st_udf_args
{