[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -212,7 +212,7 @@ int ObExprLike::calc_with_non_instr_mode(T &result,
{
// convert escape char
// escape use its own collation,
// @see http://k3.alibaba-inc.com/issue/6594393?versionId=1043693&companyId=0&toPage=1
// @see
// try this query in MySQL:
// mysql> select 'a%' like 'A2%' ESCAPE X'32', X'32';
// +------------------------------+-------+