fix mysqltest

This commit is contained in:
obdev
2023-02-07 13:14:10 +08:00
committed by ob-robot
parent 4016c033d0
commit 0fc8b58be5
3 changed files with 5 additions and 2 deletions

View File

@ -175,7 +175,8 @@ public:
K_(is_primary_index),
K_(ck_cst_exprs),
K_(is_update_unique_key),
K_(is_update_part_key));
K_(is_update_part_key),
K_(assignments));
};
class ObDelUpdLogPlan;