提交 d647b8f1 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] fix the params collation level bugs when executing prepared sql

上级 957bb6b7
......@@ -1341,6 +1341,9 @@ int ObMPStmtExecute::parse_basic_param_value(ObIAllocator& allocator, const uint
break;
}
}
if (OB_SUCC(ret) && share::is_mysql_mode()) {
param.set_collation_level(CS_LEVEL_COERCIBLE);
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册