Skip to content
Snippets Groups Projects
Commit e2a13003 authored by Leo Gordon's avatar Leo Gordon
Browse files

analysis_data may be overcrowded with inserts during dataflow with input_id...

analysis_data may be overcrowded with inserts during dataflow with input_id longer than 255 characters
parent c3437cc3
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ CREATE TABLE analysis_data (
PRIMARY KEY (analysis_data_id),
KEY data (data(100))
);
) COLLATE=latin1_swedish_ci ENGINE=InnoDB;
CREATE TABLE resource_description (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment