Let's Party! & MySQL
Since MySQL prior to 4.0 doesn't support UNIONs, Let's Party will not work
with it (unless all your selects will use just one partition at a time).
MySQL has a type of table called "MERGE" that could solve this problem.
A special SELECT handler should be written, and the configuration should allow
pluggable handlers.