Index: branches/REL1_18/phase3/maintenance/archives/patch-config.sql |
— | — | @@ -1,9 +0,0 @@ |
2 | | -CREATE TABLE /*_*/config ( |
3 | | - -- Config var name |
4 | | - cf_name varbinary(255) NOT NULL PRIMARY KEY, |
5 | | - -- Config var value |
6 | | - cf_value blob NOT NULL |
7 | | -) /*$wgDBTableOptions*/; |
8 | | -CREATE INDEX /*i*/cf_name_value ON /*_*/config (cf_name,cf_value(255)); |
Index: branches/REL1_18/phase3/maintenance/tables.sql |
— | — | @@ -1469,14 +1469,4 @@ |
1470 | 1470 | ) /*$wgDBTableOptions*/; |
1471 | 1471 | CREATE UNIQUE INDEX /*i*/md_module_skin ON /*_*/module_deps (md_module, md_skin); |
1472 | 1472 | |
1473 | | -CREATE TABLE /*_*/config ( |
1474 | | - -- Config var name |
1475 | | - cf_name varbinary(255) NOT NULL PRIMARY KEY, |
1476 | | - -- Config var value |
1477 | | - cf_value blob NOT NULL |
1478 | | -) /*$wgDBTableOptions*/; |
1479 | | -CREATE INDEX /*i*/cf_name_value ON /*_*/config (cf_name,cf_value(255)); |
1480 | | - |
1481 | 1473 | -- vim: sw=2 sts=2 et |
Index: branches/REL1_18/phase3/includes/AutoLoader.php |
— | — | @@ -376,11 +376,6 @@ |
377 | 377 | 'TitleDependency' => 'includes/cache/CacheDependency.php', |
378 | 378 | 'TitleListDependency' => 'includes/cache/CacheDependency.php', |
379 | 379 | |
380 | | - # includes/conf |
381 | | - 'Conf' => 'includes/conf/Conf.php', |
382 | | - 'DatabaseConf' => 'includes/conf/DatabaseConf.php', |
383 | | - 'DefaultSettings' => 'includes/conf/DefaultSettings.php', |
384 | | - |
385 | 380 | # includes/db |
386 | 381 | 'Blob' => 'includes/db/DatabaseUtility.php', |
387 | 382 | 'ChronologyProtector' => 'includes/db/LBFactory.php', |