Multiple Query Execution

2005-11-18 Thread Peter Burden
Hello, Am I correct in thinking that if there are no dependencies between the multiple statements then the various statements are executed "simultaneously" by separate threads in the server? If so is there any way to turn this behaviour off and just use multiple query

Re: Multiple query execution (probably OT)

2005-09-03 Thread Gleb Paharenko
an existing connection by calling MySQL Reference Manual :: > 23.2.9 C API Handling of Multiple Query Execution mysql_set_server_option > MYSQL_OPTION_MULTI_STATEMENTS_ON) By default, mysql_query() and > mysql_real_query() return only the first query status and the subsequent >

Multiple query execution (probably OT)

2005-09-02 Thread Alvaro Cobo
er of mysql_real_connect() when opening the connection. You can also set this for an existing connection by calling MySQL Reference Manual :: 23.2.9 C API Handling of Multiple Query Execution mysql_set_server_option MYSQL_OPTION_MULTI_STATEMENTS_ON) By default, mysql_query() and mysql_real_query() return only the