1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

fix test compat with MySQL 5.7

This commit is contained in:
Anatol Belski
2016-12-07 16:04:47 +01:00
parent 00ee42e385
commit 5b3e36fe78

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'