$wpdb->query() multiple query support

Using PHP 5.3.5, I was unable to make this syntax work even after setting the 5th parameter of mysql_connect() to 65536 (CLIENT_MULTI_STATEMENTS). Looks like it’s not possible to concatenate multiple queries into one statement as long as the old-school MySQL API is running the show.

I assume you’re familiar with the MySQL multiple row INSERT syntax, but I mention it just in case.