Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F88181
D7701.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D7701.diff
View Options
diff --git a/resources/sql/patches/0000.legacy.sql b/resources/sql/patches/0000.legacy.sql
--- a/resources/sql/patches/0000.legacy.sql
+++ b/resources/sql/patches/0000.legacy.sql
@@ -614,7 +614,7 @@
`corpus` text,
KEY `phid` (`phid`),
FULLTEXT KEY `corpus` (`corpus`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
diff --git a/resources/sql/quickstart.sql b/resources/sql/quickstart.sql
--- a/resources/sql/quickstart.sql
+++ b/resources/sql/quickstart.sql
@@ -1974,7 +1974,7 @@
`corpus` text,
KEY `phid` (`phid`),
FULLTEXT KEY `corpus` (`corpus`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `search_documentrelationship` (
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/tl/yx/n24mexuxihx4mzv2
Default Alt Text
D7701.diff (793 B)
Attached To
Mode
D7701: Change the only place with MYISAM to InnoDB
Attached
Detach File
Event Timeline
Log In to Comment