Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
70039a95
Commit
70039a95
authored
Dec 05, 2005
by
Dries Buytaert
Browse files
- Patch
#40016
by Thox: profile tables do not default to MyISAM.
parent
ad3d637c
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/database.mysql
View file @
70039a95
...
...
@@ -490,7 +490,7 @@ CREATE TABLE profile_fields (
KEY category (category),
UNIQUE KEY name (name),
PRIMARY KEY (fid)
);
)
TYPE=MyISAM
;
--
-- Table structure for table 'profile_values'
...
...
@@ -502,7 +502,7 @@ CREATE TABLE profile_values (
value text,
KEY uid (uid),
KEY fid (fid)
);
)
TYPE=MyISAM
;
--
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment