[CP][BUGFIX]fix mysql pl text type miss match
This commit is contained in:
@ -6205,6 +6205,7 @@ static int text_text(const ObObjType expect_type, ObObjCastParams ¶ms,
|
||||
}
|
||||
} 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));
|
||||
|
||||
Reference in New Issue
Block a user