From e97f6654001e205c54ed62218028c14a37f7ea3c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 22 Jun 2007 20:23:49 +0000 Subject: [PATCH] * Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving overlong key errors. * Fixed zero-padding issues with MySQL 5 binary schema * Added option to install to MyISAM --- RELEASE-NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index aa78201289..032d8613d4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -99,6 +99,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN queued task; allows extensions to introduce custom jobs * (bug 10326) AJAX-based page watching and unwatching has been cleaned up and enabled by default. +* Added option to install to MyISAM == Bugfixes since 1.10 == @@ -193,6 +194,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * As intended, *skip* the HTTP proxy purges when doing HTCP purges * (bug 9696) Fix handling of brace transformations in "pagemovedtext" * (bug 10325) Fix regression in form action on Special:Listusers +* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving + overlong key errors. +* Fixed zero-padding issues with MySQL 5 binary schema == API changes since 1.10 == -- 2.20.1