Page MenuHomePhabricator

SMW_SQLHelpers.patch

Authored By
bzimport
Nov 21 2014, 9:56 PM
Size
542 B
Referenced Files
None
Subscribers
None

SMW_SQLHelpers.patch

--- includes/storage/SMW_SQLHelpers.php Mon Jul 27 17:24:54 2009
+++ includes/storage/SMW_SQLHelpers.php Sun Feb 21 16:52:15 2010
@@ -62,3 +62,3 @@
public static function setupTable($table, $fields, $db, $reportTo = NULL) {
- global $wgDBname, $wgDBtype;
+ global $wgDBname, $wgDBtype, $wgDBTableOptions;
$fname = 'SMWSQLHelpers::setupTable';
@@ -77,3 +77,3 @@
}
- $sql .= ') ' . ($wgDBtype=='postgres'?'':'TYPE=innodb');
+ $sql .= ') ' . ($wgDBtype=='postgres'?'':$wgDBTableOptions);
$db->query( $sql, $fname );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3906
Default Alt Text
SMW_SQLHelpers.patch (542 B)

Event Timeline