Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/50241
Change subject: Changed blob table to use InnoDB.
......................................................................
Changed blob table to use InnoDB.
Change-Id: Ied2f1bf7577e6afe1d09222ada6be54cedeec574
---
M maintenance/storage/blobs.sql
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/41/50241/1
diff --git a/maintenance/storage/blobs.sql b/maintenance/storage/blobs.sql
index 623dd7b..b4d440f 100644
--- a/maintenance/storage/blobs.sql
+++ b/maintenance/storage/blobs.sql
@@ -4,5 +4,4 @@
blob_id integer UNSIGNED NOT NULL AUTO_INCREMENT,
blob_text longblob,
PRIMARY KEY (blob_id)
-) ENGINE=MyISAM MAX_ROWS=100000000 AVG_ROW_LENGTH=100000;
-
+) ENGINE=InnoDB MAX_ROWS=100000000 AVG_ROW_LENGTH=100000;
--
To view, visit https://gerrit.wikimedia.org/r/50241
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied2f1bf7577e6afe1d09222ada6be54cedeec574
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits