Some googling came up with this page:
http://guyharrison.typepad.com/guy_harrisons_blog/2006/04/mysql_stored_pr.html
So I think what's needed is to specify (["connect_options":0x20000]) as the options mapping when you call Mysql.create. (0x20000 is the value of CLIENT_MULTI_RESULTS, AFAICT.)