support last_day in mysql mode

This commit is contained in:
jg0
2021-07-27 21:39:15 +08:00
committed by wangzelin.wzl
parent 09edba0ff6
commit 74d0236609
45 changed files with 26893 additions and 25079 deletions

View File

@ -257,6 +257,8 @@ bool ObSqlParameterization::is_tree_not_param(const ParseNode* tree)
ret_bool = true;
} else if (T_FUN_SYS_UTC_TIMESTAMP == tree->type_) {
ret_bool = true;
} else if (T_FUN_SYS_UTC_TIME == tree->type_) {
ret_bool = true;
} else if (T_FUN_SYS_SYSDATE == tree->type_) {
ret_bool = true;
} else if (T_FUN_SYS_SYSTIMESTAMP == tree->type_) {