Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
ac06bd18
Commit
ac06bd18
authored
Nov 18, 2011
by
Andy Yates
Browse files
Data file needs to be MyISAM
parent
8cb9a7ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/patch_64_65_c.sql
sql/patch_64_65_c.sql
+1
-1
sql/table.sql
sql/table.sql
+1
-1
No files found.
sql/patch_64_65_c.sql
View file @
ac06bd18
...
...
@@ -20,7 +20,7 @@ CREATE TABLE data_file (
UNIQUE
KEY
df_unq_idx
(
coord_system_id
,
analysis_id
,
name
,
file_type
),
INDEX
df_name_idx
(
name
),
INDEX
df_analysis_idx
(
analysis_id
)
);
)
ENGINE
=
MyISAM
;
#
Patch
identifier
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
...
...
sql/table.sql
View file @
ac06bd18
...
...
@@ -2514,7 +2514,7 @@ CREATE TABLE data_file (
UNIQUE
KEY
df_unq_idx
(
coord_system_id
,
analysis_id
,
name
,
file_type
),
INDEX
df_name_idx
(
name
),
INDEX
df_analysis_idx
(
analysis_id
)
);
)
ENGINE
=
MyISAM
;
CREATE
DEFINER
=
CURRENT_USER
SQL
SECURITY
INVOKER
VIEW
exon_stable_id
(
exon_id
,
stable_id
,
version
,
created_date
,
modified_date
)
AS
(
SELECT
exon_id
,
stable_id
,
version
,
created_date
,
modified_date
FROM
exon
);
...
...
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