Actions
Bug #88489
closedProblems with MariaDB 10.2 and above - recursive is reserved keyword
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
CodingNight
Complexity:
Is Regression:
Sprint Focus:
Description
After updating to MariaDB 10.2 ( currently on 10.4)
I'm have problems with creating the `tt_content` and `sys_file_collection` tables due to the use of the reserved keyword `recursive`
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/core/ext_tables.sql#L302
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/frontend/ext_tables.sql#L135
How I reproduce this is running Functional Tests that creates these two tables.
So far I haven't experience any problems with the Running TYPO3 it self, but only within my tests, but I could potentially lead to problems, and I want to catch those before we experience them if possible.
Actions