Actions
Bug #81341
closedrecursive is a reserved keyword in MariaDB 10.2. Causes errors in queries for tt_content...
Status:
Closed
Priority:
Could have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-05-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
mariadb 10.2,recursive,tt_content
Complexity:
Is Regression:
Sprint Focus:
Description
I have stumbled upon strange errors after upgrading MariaDB to 10.2.6 (stable). Errors where in queries for tt_content table, always when the query contains "recursive" column. I have filed a bug report and got an answer that recursive is a reserved keyword and needs to be in backticks to work properly:
I don't know if it works the same in 8LTS. I am using 7.6LTS
Actions