Skip to content
Snippets Groups Projects
Commit c997c206 authored by Kieron Taylor's avatar Kieron Taylor Committed by GitHub
Browse files

Change DB engine for primary_xref

Workaround for “The total number of locks exceeds the lock table size” found when running xref pipeline
parent 70341b65
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ CREATE TABLE primary_xref (
PRIMARY KEY (xref_id)
) COLLATE=latin1_swedish_ci ENGINE=InnoDB;
) COLLATE=latin1_swedish_ci ENGINE=MyISAM;
################################################################################
......
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