fix mysql compatible bug with partition table
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user