Test: /ext/pdo_mysql/tests/pdo_mysql_exec.phpt - Version 5.6.32    

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

Count Diff
13 (93%)
003+ [020] Expecting '0'/integer got '1'/integer when running 'CALL p(@version)', [00000] 00000
1 (7%)
001+ Warning: PDO::query(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'performance_schema.session_variables' doesn't exist in /home/software/sources/php/php-5.6.32/ext/pdo_mysql/tests/mysql_pdo_test.inc on line 145
002+
003+ Warning: Invalid argument supplied for foreach() in /home/software/sources/php/php-5.6.32/ext/pdo_mysql/tests/mysql_pdo_test.inc on line 145
004+
003- [035] With emulated PS it works but makes no sense given that exec() returns sort of affected rows...
004- done!
007+
008+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
009+ [018] Expecting '0'/integer got ''/boolean when running 'DROP PROCEDURE IF EXISTS p', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
010+
011+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
012+ [019] Expecting '0'/integer got ''/boolean when running 'CREATE PROCEDURE p(OUT ver_param VARCHAR(255)) BEGIN SELECT VERSION() INTO ver_param; END;', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
013+
014+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
015+ [020] Expecting '0'/integer got ''/boolean when running 'CALL p(@version)', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
016+ [022] Data seems wrong, dumping
017+ array(1) {
018+ [0]=>
019+ array(1) {
020+ ["p_version"]=>
021+ NULL
022+ }
023+ }
024+
025+ Notice: Undefined variable: p_version in %s/pdo_mysql_exec.php on line 85
026+
027+ Notice: Undefined variable: p_version in %s/pdo_mysql_exec.php on line 87
028+
029+ Notice: Undefined variable: p_version in %s/pdo_mysql_exec.php on line 87
030+ [024] Found different version strings, SP returned ''/NULL, SELECT returned '5.7.20'/string
031+
032+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
033+ [025] Expecting '0'/integer got ''/boolean when running 'DROP PROCEDURE IF EXISTS p', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
034+
035+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
036+ [027] Expecting '0'/integer got ''/boolean when running 'DROP FUNCTION IF EXISTS f', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
037+
038+ Warning: PDO::exec(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 6
039+ [028] Expecting '0'/integer got ''/boolean when running 'CREATE FUNCTION f( ver_param VARCHAR(255)) RETURNS VARCHAR(255) DETERMINISTIC RETURN ver_param;', [HY000] HY000 1728 Cannot load from mysql.proc. The table is probably corrupted
040+
041+ Warning: PDO::query(): SQLSTATE[HY000]: General error: 1728 Cannot load from mysql.proc. The table is probably corrupted in %s/pdo_mysql_exec.php on line 108
042+
043+ Fatal error: Call to a member function fetchAll() on boolean in %s/pdo_mysql_exec.php on line 109