Hi, all, In the C API, we can call mysql_query("select 1; select 2"); which just send the command once to the server, and server return two result sets, So i want to know if there is a command in the mysqltest framework to do the job? I want to write a test case like that.
Thank you for your reply!