ID:               35637
 User updated by:  realbenzin at inbox dot lv
 Reported By:      realbenzin at inbox dot lv
 Status:           Bogus
 Bug Type:         MySQLi related
 Operating System: Win XP SP2
 PHP Version:      5CVS-2005-12-12 (snap)
 Assigned To:      georg
 New Comment:

Sorry #35203 was identical...


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

[2005-12-12 23:13:12] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

see also #35333, #35203

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

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

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

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