Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Eugene Shen
erp5
Commits
01f5f01a
Commit
01f5f01a
authored
13 years ago
by
Julien Muchembled
Browse files
Options
Download
Email Patches
Plain Diff
CREATE TABLE: 'TYPE=MyISAM' is deprecated in favor of 'ENGINE=MyISAM'
parent
230cbc4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_content_translation/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_content_translation.xml
...atalog/erp5_mysql_innodb/z_create_content_translation.xml
+1
-1
bt5/erp5_content_translation/bt/revision
bt5/erp5_content_translation/bt/revision
+1
-1
product/ERP5Catalog/sql/cps3_mysql/z_create_cps.zsql
product/ERP5Catalog/sql/cps3_mysql/z_create_cps.zsql
+1
-1
No files found.
bt5/erp5_content_translation/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_content_translation.xml
View file @
01f5f01a
...
...
@@ -65,7 +65,7 @@
`translated_text` TEXT,\n
PRIMARY KEY (`uid`, `property_name`, `content_language`),\n
FULLTEXT `Translated Text` (`translated_text`)\n
)
TYP
E=MyISAM;\n
)
ENGIN
E=MyISAM;\n
</string>
</value>
</item>
<item>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_content_translation/bt/revision
View file @
01f5f01a
41
\ No newline at end of file
42
\ No newline at end of file
This diff is collapsed.
Click to expand it.
product/ERP5Catalog/sql/cps3_mysql/z_create_cps.zsql
View file @
01f5f01a
...
...
@@ -35,4 +35,4 @@ CREATE TABLE `cps` (
FULLTEXT KEY `PrincipiaSearchSource` (`PrincipiaSearchSource`),
FULLTEXT KEY `SearchableText` (`SearchableText`),
FULLTEXT KEY `ZCTitle` (`ZCTitle`)
)
TYP
E=MyISAM;
)
ENGIN
E=MyISAM;
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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