From: Reedy Date: Thu, 17 May 2012 22:27:38 +0000 (+0100) Subject: At least use /*$wgDBTableOptions*/; if passed through MW X-Git-Tag: 1.31.0-rc.0~23580 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=328739710ad90bb39121000efc64b03f52b27c0c;p=lhc%2Fweb%2Fwiklou.git At least use /*$wgDBTableOptions*/; if passed through MW Change-Id: I7ed0ae6223d362e24121836a290a6e159d672878 --- diff --git a/maintenance/archives/patch-filejournal.sql b/maintenance/archives/patch-filejournal.sql index 114297c6d8..6c0785872b 100644 --- a/maintenance/archives/patch-filejournal.sql +++ b/maintenance/archives/patch-filejournal.sql @@ -16,7 +16,7 @@ CREATE TABLE /*_*/filejournal ( fj_new_sha1 varbinary(32) NOT NULL default '', -- Timestamp of the batch operation fj_timestamp varbinary(14) NOT NULL default '' -); +) /*$wgDBTableOptions*/; CREATE INDEX /*i*/fj_batch_id ON /*_*/filejournal (fj_batch_uuid); CREATE INDEX /*i*/fj_timestamp ON /*_*/filejournal (fj_timestamp);