[CP][BUGFIX]fix mysql pl text type miss match

This commit is contained in:
obdev
2024-02-07 04:47:05 +00:00
committed by ob-robot
parent d5105f1475
commit 30fe92c4e8

View File

@ -6205,6 +6205,7 @@ static int text_text(const ObObjType expect_type, ObObjCastParams &params,
}
} else {
out = in;
out.set_type(expect_type); // set expect_type
}
LOG_DEBUG("obj text cast to text", K(in), K(out),
K(ret), K(in_type), K(out_type), K(in_cs_type), K(out_cs_type));