[PHP-DB] Re: mysqli_multi_query error tolerance

2009-04-07 Thread Filipe Martins
Thanks for responding, Chris. If I understand you right, you're saying that this is MySQL API issue, right? But do you agree that mysqli_multi_query should at least accept a parameter to configure how to treat errors -- for example: RESUME_ON_ERROR, or ABORT_ON_ERROR? If you and other's in this

[PHP-DB] Re: mysqli_multi_query error tolerance

2009-04-07 Thread Chris
Filipe Martins wrote: Thanks for responding, Chris. If I understand you right, you're saying that this is MySQL API issue, right? I assume it's handled by the database itself and not php. You could try a different script (eg python, ruby, perl, whatever else can talk to mysql) to see if that