Description:
After look up the manual http://dev.mysql.com/doc/refman/5.6/en/user-resources.html, I think some types of resource limit is missing: CPU, RAM & Disk limits.
Limiting the max connections or queries are not enough. A single large query (i.e. very high counts of row examined) may needs lots of CPU, RAM & Disk limits.
How to repeat:
(It is a suggestion. No existing procedure or command to repeat it.)
Suggested fix:
Please add CPU, RAM & Disk limits. For example, max CPU or RAM usage per query. Take disk as another example, limit the max I/O per second or bytes read or write per second.