diff options
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index f9f38b67f96..7b29c1f2ce9 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -100,7 +100,8 @@ int my_connect(my_socket s, const struct sockaddr *name, unsigned int namelen, struct my_rnd_struct; enum Item_result { - STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT, DECIMAL_RESULT + STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT, DECIMAL_RESULT, + TIME_RESULT }; typedef struct st_udf_args { |