From f9b02917a888405b221e9d130591c566c762f214 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 31 Oct 2006 14:49:25 +0000 Subject: [PATCH] * Fix for parser tests with MySQL 5 in strict mode --- RELEASE-NOTES | 1 + maintenance/parserTests.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e75e212640..d79faf9aba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -116,6 +116,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN skin hooks, such as Oversight * Moved variant language links on Cologne Blue and Nostalgia to before the login/logout link +* Fix for parser tests with MySQL 5 in strict mode == Languages updated == diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 19e4a0c846..b01190a9b1 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -485,6 +485,7 @@ class ParserTest { 'img_media_type' => MEDIATYPE_BITMAP, 'img_major_mime' => "image", 'img_minor_mime' => "jpeg", + 'img_metadata' => serialize( array() ), ) ); # Update certain things in site_stats -- 2.20.1