Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15428197
D7701.id17396.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
837 B
Referenced Files
None
Subscribers
None
D7701.id17396.diff
View Options
Index: resources/sql/patches/0000.legacy.sql
===================================================================
--- resources/sql/patches/0000.legacy.sql
+++ 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 */;
Index: resources/sql/quickstart.sql
===================================================================
--- resources/sql/quickstart.sql
+++ 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/plain
Expires
Mon, Mar 24, 6:44 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7712146
Default Alt Text
D7701.id17396.diff (837 B)
Attached To
Mode
D7701: Change the only place with MYISAM to InnoDB
Attached
Detach File
Event Timeline
Log In to Comment