From 5b3e36fe78fab806d6fdd30974b75d55fa00a296 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 7 Dec 2016 16:04:47 +0100 Subject: [PATCH] fix test compat with MySQL 5.7 --- ext/mysqli/tests/bug71863.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/mysqli/tests/bug71863.phpt b/ext/mysqli/tests/bug71863.phpt index 889792822f7..ea0a78faebe 100644 --- a/ext/mysqli/tests/bug71863.phpt +++ b/ext/mysqli/tests/bug71863.phpt @@ -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' \ No newline at end of file +%AUnknown column 'owner_id' in 'where clause'