fix charset introducer bug

This commit is contained in:
SevenJ-swj
2023-05-25 16:47:20 +00:00
committed by ob-robot
parent bde491413b
commit e1e0ebaeb6
2 changed files with 24 additions and 4 deletions

View File

@ -344,7 +344,8 @@ public:
const ObSQLMode mode,
bool is_from_pl = false);
static int set_string_val_charset(ObObjParam &val,
static int set_string_val_charset(ObIAllocator &allocator,
ObObjParam &val,
ObString &charset,
ObObj &result_val,
bool is_strict_mode,