fix bugs of INET expr

This commit is contained in:
xf0
2021-10-13 20:33:10 +08:00
committed by wangzelin.wzl
parent 72122fbe1c
commit 490ce0a9df
5 changed files with 10 additions and 11 deletions

View File

@ -49,7 +49,7 @@ int ObExprCase::calc_result_typeN(
} else { // param_num >=3 and param_num is odd
/* in order to be compatible with mysql
* both in ob_expr_cae.cpp and ob_expr_arg_case.cpp
* both in ob_expr_case.cpp and ob_expr_arg_case.cpp
* types_stack includes the condition exprs.
* In expr_case, there is no arg param expr compared with expr_arg_case
*/