WL#2553: Parallel SELECT .. UNION

Affects: Server-7.0   —   Status: Assigned

SELECT ... UNION ALL SELECT ... UNION ALL
are very suitable for parallelisation

The idea here is to perform each SELECT query in a separate thread and
join the results of the UNION in the main thread.