Commit df6d607c authored by unknown's avatar unknown

After merge fix.

parent 8ecceaf2
...@@ -1298,9 +1298,9 @@ bool ha_federated::create_where_from_key(String *to, ...@@ -1298,9 +1298,9 @@ bool ha_federated::create_where_from_key(String *to,
"IS NULL", flag is set to HA_READ_KEY_EXACT. "IS NULL", flag is set to HA_READ_KEY_EXACT.
*/ */
if (emit_key_part_name(&tmp, key_part) || if (emit_key_part_name(&tmp, key_part) ||
tmp.append(ranges[i]->flag == HA_READ_KEY_EXACT ? (ranges[i]->flag == HA_READ_KEY_EXACT ?
STRING_WITH_LEN(" IS NULL ") : tmp.append(STRING_WITH_LEN(" IS NULL ")) :
STRING_WITH_LEN(" IS NOT NULL "))) tmp.append(STRING_WITH_LEN(" IS NOT NULL "))))
goto err; goto err;
/* /*
We need to adjust pointer and length to be prepared for next We need to adjust pointer and length to be prepared for next
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment