ID:               35637
 Updated by:       [EMAIL PROTECTED]
 Reported By:      realbenzin at inbox dot lv
-Status:           Open
+Status:           Feedback
 Bug Type:         MySQLi related
 Operating System: Win XP SP2
 PHP Version:      5.1.1
 New Comment:

What mysql version are you connecting to?


Previous Comments:
------------------------------------------------------------------------

[2005-12-11 22:49:42] realbenzin at inbox dot lv

Description:
------------
When mysql stored procedures are called twice in a row I get  mysqli
error "Lost connection to MySQL server during query", it does not
happen if I do it once or in row with simple sql statements... Mysql is
ok, and no free_result is helping...

Reproduce code:
---------------
$db = new mysqli('localhost','root','qwerty','VT_SYS');
$u = $db->query("call spRazList(NULL);");
$u = $db->query("call spRazList(NULL);") or die('asdasdad'.$db->error);

Expected result:
----------------
That stored procedure would execute twice with no errors.

Actual result:
--------------
Mysqli error "Lost connection to MySQL server during query"


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35637&edit=1

Reply via email to