1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/src/infrastructure
epriestley 467308dd12 Script to selectively convert MyISAM tables to InnoDB
Summary:
A bunch of the .sql patch files don't explicitly specify the table engine, but
we should always use InnoDB with the exception of one table which needs MyISAM
for FULLTEXT.

MySQL doesn't no-op an ALTER TABLE statment that changes the engine back to
itself and converting large tables can be time consuming, so convert only the
required tables.

Test Plan: Ran on secure.phabricator.com and my local box, it fixed all the
issues in about 3 seconds on secure.phabricator.com and <<1 second on my local.
Reviewed By: codeblock
Reviewers: codeblock, tuomaspelkonen, jungejason, aran
CC: aran, epriestley, codeblock
Differential Revision: 641
2011-07-11 11:42:28 -07:00
..
celerity Provide basic Celerity documentation. 2011-07-04 11:23:04 -07:00
daemon Add Differential parse cache to the GC daemon 2011-07-08 17:31:25 -07:00
env Documentation: improve Diffusion documentation 2011-05-19 13:40:40 -07:00
javelin Rought cut of search. 2011-02-14 15:34:20 -08:00
lint Add "Undo" for editing Differential inline comments 2011-06-08 10:44:01 -07:00
markup/remarkup/markuprule Prevent mentions from matching "derp@derp" 2011-07-08 12:32:03 -07:00
setup Script to selectively convert MyISAM tables to InnoDB 2011-07-11 11:42:28 -07:00
testing/testcase Provide connection isolation to Lisk and enable it by default in tests 2011-04-30 22:24:50 -07:00