r104045 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104044
|
r104045
|
r104046
>
Date:
16:14, 23 November 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Kill $wgDBmysql4 from DefaultSettings.php, not used in phase3 or any extensions in our SVN
Part of:
* (
bug 32217
) Drop MySQL 4 support
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -1315,9 +1315,6 @@
1316
1316
1317
1317
/** Set to true if using InnoDB tables */
1318
1318
$wgDBtransactions = false;
1319
-/** Set to true for compatibility with extensions that might be checking.
1320
- * MySQL 3.23.x is no longer supported. */
1321
-$wgDBmysql4 = true;
1322
1319
1323
1320
/**
1324
1321
* Set to true to engage MySQL 4.1/5.0 charset-related features;
Follow-up revisions
Revision
Commit summary
Author
Date
r104046
Kill some more mysql 4 related things from the installer...
reedy
16:21, 23 November 2011
Status & tagging log
16:40, 23 November 2011
Petrb
(
talk
|
contribs
)
changed the
status
of r104045
[
removed:
new
added:
ok]