From 41b62b06e23a573a2dc5180b4104d2e477764cef Mon Sep 17 00:00:00 2001 From: Brian_Yue <1505566462@qq.com> Date: Tue, 20 May 2025 16:23:33 +0800 Subject: [PATCH] =?UTF-8?q?item=5Fresult=20=E5=A2=9E=E5=8A=A0DATETIME=5FRE?= =?UTF-8?q?SULT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/mysql/udf_registration_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/mysql/udf_registration_types.h b/include/mysql/udf_registration_types.h index 4ba6f9e14..b67df9c00 100644 --- a/include/mysql/udf_registration_types.h +++ b/include/mysql/udf_registration_types.h @@ -42,6 +42,10 @@ enum Item_result { INT_RESULT, /** long long */ ROW_RESULT, /** not valid for UDFs */ DECIMAL_RESULT /** char *, to be converted to/from a decimal */ + /* + Macro cannot be added here. ABI check will be performed for this file. + */ + DATETIME_RESULT /** datetime */ /* HAVE_ZSQL_TO_DATE */ }; typedef struct UDF_ARGS { -- Gitee