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:
Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-12-12 11:51:27] realbenzin at inbox dot lv Ok here is sp: DELIMITER $$ DROP PROCEDURE IF EXISTS `vt_sys`.`spRazList` $$ CREATE PROCEDURE `spRazList`(r_id int unsigned) BEGIN SELECT RAZ_ID, RAZ_NOS, RAZ_NMR, RAZ_KONTA_NR FROM RAZOTAJS WHERE RAZ_ID = IFNULL(r_id,RAZ_ID); END $$ DELIMITER ; ------------------------------------------------------------------------ [2005-12-12 07:53:53] [EMAIL PROTECTED] How about showing how you defined the procedure? ------------------------------------------------------------------------ [2005-12-12 07:11:29] realbenzin at inbox dot lv It is not the same!!!!! Because I am calling the sp twice and sp contains only one select not two like in that other "bug". PS i red about that multi query, but that won`t help me... ------------------------------------------------------------------------ [2005-12-11 23:30:56] [EMAIL PROTECTED] Duplicate of bug #32882. ------------------------------------------------------------------------ [2005-12-11 23:22:07] realbenzin at inbox dot lv 5.0.15 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/35637 -- Edit this bug report at http://bugs.php.net/?id=35637&edit=1