ID:               35637
 Updated by:       [EMAIL PROTECTED]
 Reported By:      realbenzin at inbox dot lv
-Status:           Open
+Status:           Assigned
 Bug Type:         MySQLi related
 Operating System: Win XP SP2
-PHP Version:      5.1.1
+PHP Version:      5CVS-2005-12-12 (snap)
-Assigned To:      
+Assigned To:      georg


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

[2005-12-12 14:09:07] realbenzin at inbox dot lv

Nop still the same problem..

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

[2005-12-12 13:22:50] [EMAIL PROTECTED]

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



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

[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...

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

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

Reply via email to