registration: Improve duplicate config setting exception
[lhc/web/wiklou.git] / maintenance / storage / blobs.sql
index b50865c..979e68a 100644 (file)
@@ -4,5 +4,4 @@ CREATE TABLE /*$wgDBprefix*/blobs (
        blob_id integer UNSIGNED NOT NULL AUTO_INCREMENT,
        blob_text longblob,
        PRIMARY KEY  (blob_id)
-) TYPE=MyISAM MAX_ROWS=1000000 AVG_ROW_LENGTH=1000000;
-
+) ENGINE=InnoDB;