r87945 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87944‎ | r87945 | r87946 >
Date:05:32, 13 May 2011
Author:dale
Status:deferred
Tags:
Comment:
removed tableOptions
Modified paths:
  • /trunk/extensions/TimedMediaHandler/WebVideoTranscode/transcodeTable.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/transcodeTable.sql
@@ -10,6 +10,6 @@
1111 transcode_time_startwork VARBINARY( 14 ) NULL,
1212 transcode_time_success VARBINARY( 14 ) NULL,
1313 transcode_time_error VARBINARY( 14 ) NULL,
14 -) /*$wgDBTableOptions*/;
 14+);
1515 CREATE INDEX ( transcode_image_name , transcode_state , transcode_key ),
1616 CREATE INDEX ( transcode_time_addjob ,transcode_time_startwork , transcode_time_success, transcode_time_error ),

Status & tagging log