Commit b087cd2b authored by unknown's avatar unknown
Browse files

Merge fix


client/mysqltest.c:
  Fix merge error
parent 34c62181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3704,7 +3704,7 @@ static void replace_dynstr_append_mem(DYNAMIC_STRING *ds,

  if (glob_replace_regex)
  {
    if (!multi_reg_replace_regex, (char*)val))
    if (!multi_reg_replace(glob_replace_regex, (char*)val))
    {
      val= glob_replace_regex->buf;
      len= strlen(val);