fix mysql compatible bug with partition table

This commit is contained in:
obdev
2023-09-11 08:10:37 +00:00
committed by ob-robot
parent 92740e52ab
commit cd786d560e
10 changed files with 118 additions and 127 deletions

View File

@ -80,6 +80,7 @@ int ObRawExprPartFuncChecker::visit(ObOpRawExpr &expr)
case T_OP_GE:
case T_OP_GT:
case T_OP_NE:
case T_OP_IS:
/* bit operator */
case T_OP_BIT_OR:
case T_OP_BIT_AND: