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
34265be9
Commit
34265be9
authored
Dec 31, 2005
by
Dries Buytaert
Browse files
- Patch 42652 by Goba: fixed upgrade issue related to MySQL 5.
parent
ea2d7910
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
34265be9
...
...
@@ -223,7 +223,7 @@ function system_update_117() {
$ret
=
array
();
if
(
$GLOBALS
[
'db_type'
]
==
'mysql'
)
{
$ret
[]
=
update_sql
(
"CREATE TABLE
{
vocabulary_node_types
}
(
vid int(10) NOT NULL default '',
vid int(10) NOT NULL default '
0
',
type varchar(16) NOT NULL default '',
PRIMARY KEY (vid, type))"
);
}
...
...
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