Here is current SQL: http://www.copypastecode.com/22205/
It takes 70 new rows from table ads.
But it doesn't take proper amount(for example 5) of rows for each mr.region_id from joined table map_regions.
For example if I will add 50 ads in one region, it will take all 50 of them and leave 20 slots for the rest regions.
Please help me to upgrade current SQL, so it would take 5 rows from table ads for each mr.region_id in map_regions table.