r104437 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104436‎ | r104437 | r104438 >
Date:15:19, 28 November 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Bump MySQL version to 5.0.2 after r104047

Documentation
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -222,7 +222,7 @@
223223
224224 The supported versions are:
225225
226 -* MySQL 4.0 or later
 226+* MySQL 5.0.2 or later
227227 * PostgreSQL 8.3 or later
228228 * SQLite 3
229229 * Oracle 9.0.1 or later
Index: trunk/phase3/includes/GlobalFunctions.php
@@ -81,6 +81,9 @@
8282
8383 /**
8484 * Like array_diff( $a, $b ) except that it works with two-dimensional arrays.
 85+ * @param $a array
 86+ * @param $b array
 87+ * @return array
8588 */
8689 function wfArrayDiff2( $a, $b ) {
8790 return array_udiff( $a, $b, 'wfArrayDiff2_cmp' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104047Kill mysql4 specific code from DatabaseMysql...reedy16:27, 23 November 2011

Comments

#Comment by Hashar (talk | contribs)   15:23, 28 November 2011

Status & tagging log