Test: /ext/pdo_mysql/tests/bug_41997.phpt - Version 5.4.8    

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

Count Diff
39 (93%)
008+
009+ Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s/bug_41997.php on line 11
010+ array(0) {
011+ }
1 (2%)
001+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1547 Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted in %s/bug_41997.php on line 6
002+
003+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1547 Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted in %s/bug_41997.php on line 7
004+
005+ Warning: PDO::query(): SQLSTATE[HY000]: General error: 1547 Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted in %s/bug_41997.php on line 9
006+
007+ Fatal error: Call to a member function fetchAll() on a non-object in %s/bug_41997.php on line 11
001- array(1) {
002- [0]=>
003- array(1) {
004- [%u|b%"one"]=>
005- %unicode|string%(1) "1"
006- }
007- }
008- array(3) {
009- [0]=>
010- %unicode|string%(5) "00000"
011- [1]=>
012- NULL
013- [2]=>
014- NULL
015- }
016- array(1) {
017- [0]=>
018- array(1) {
019- [%u|b%"two"]=>
020- %unicode|string%(1) "2"
021- }
022- }
023- array(3) {
024- [0]=>
025- %unicode|string%(5) "00000"
026- [1]=>
027- NULL
028- [2]=>
029- NULL
030- }
031- done!
1 (2%)
001+ Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1370 alter routine command denied to user ''@'localhost' for routine 'test.p' in %s/bug_41997.php on line 6
002+
003+ Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1304 PROCEDURE p already exists in %s/bug_41997.php on line 7
004+
005+ Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1370 execute command denied to user ''@'localhost' for routine 'test.p' in %s/bug_41997.php on line 9
006+
007+ Fatal error: Call to a member function fetchAll() on a non-object in %s/bug_41997.php on line 11
001- array(1) {
002- [0]=>
003- array(1) {
004- [%u|b%"one"]=>
005- %unicode|string%(1) "1"
006- }
007- }
008- array(3) {
009- [0]=>
010- %unicode|string%(5) "00000"
011- [1]=>
012- NULL
013- [2]=>
014- NULL
015- }
016- array(1) {
017- [0]=>
018- array(1) {
019- [%u|b%"two"]=>
020- %unicode|string%(1) "2"
021- }
022- }
023- array(3) {
024- [0]=>
025- %unicode|string%(5) "00000"
026- [1]=>
027- NULL
028- [2]=>
029- NULL
030- }
031- done!
1 (2%)