QMYSQL non supporta BatchExec.
Puoi utilizzare QSqlDriver::hasFeature(QSqlDriver::BatchOperations) per verificare se un driver supporta Batchexec.
Puoi anche controllare il sorgente in QT_SRC/src/sql/drivers/mysql/qsql_mysql.cpp
bool QMYSQLDriver::hasFeature(DriverFeature f) const
è appena tornato falso.