Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Empty show more show less
Description
In the term import a method was used for term mid calculation (when no one was given in the TBX) which was
a) not working in mysql 8 out of the box
b) was not save against race conditions and may produce the same mid for different terms.
The term import was modified in a way that it calculates its mids on its own by first inserting the data then updating the mid.
Attachments
Issue Links
- blocks
-
TRANSLATE-2113 Check if translate5 runs with latest MariaDB and MySQL versions
- Done