Commit feedd52d authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Switch to using 'job_id in (a, b)' clause instead of 'job_id = a || job_id = b'.

Logically equivalent, but fewer characters and easier to read. Appears to
have a slight performance advantage in testing. MySQL has no limit on the
number of elements in a () clause.

Bug 2875.
parent 676cd3ac
Supports Markdown
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