1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

Merge branch 'PHP-7.1'

* PHP-7.1:
  fix test compat with MySQL 5.7
This commit is contained in:
Anatol Belski
2016-12-07 16:05:43 +01:00

View File

@@ -33,5 +33,4 @@ if (!mysqli_query($link, "DROP TABLE IF EXISTS test_bug_71863"))
mysqli_close($link);
?>
--EXPECTF--
Warning: mysqli_query(): (42S22/1054): Unknown column 'owner_id' in 'where clause' in %sbug71863.php on line %d
Unknown column 'owner_id' in 'where clause'
%AUnknown column 'owner_id' in 'where clause'