At least use /*$wgDBTableOptions*/; if passed through MW
authorReedy <reedy@wikimedia.org>
Thu, 17 May 2012 22:27:38 +0000 (23:27 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 17 May 2012 22:31:35 +0000 (23:31 +0100)
Change-Id: I7ed0ae6223d362e24121836a290a6e159d672878

maintenance/archives/patch-filejournal.sql

index 114297c..6c07858 100644 (file)
@@ -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);