Test: /ext/mysqli/tests/bug42548.phpt - Version 5.3.12        

Bug #42548 PROCEDURE xxx can't return a result set in the given context (works in 5.2.3!!)
Submitted: 2007-09-04 19:24:08 Modified: 2008-01-01 16:51:25
From: garethjo Assigned: hholzgra
Status: Closed Package: MySQLi related
PHP Version: 5.2.4 & 5.2.5 OS: Windows XP, Windows 2003

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted
001- Array
002- (
003- [23] => 23
004- )
005- ----- next result -----------
006- Array
007- (
008- [42] => 42
009- )
010- ----- next result -----------
011- no results found
012- done!
1 (50%)
001+ Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50051, now running 50142. Please use mysql_upgrade to fix this error.
001- Array
002- (
003- [23] => 23
004- )
005- ----- next result -----------
006- Array
007- (
008- [42] => 42
009- )
010- ----- next result -----------
011- no results found
012- done!