Actions
Bug #83759
closeduid for new elements +2
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-02-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In our installation of Typo3 7.6.x for all elements the uids are not incremented by +1 but +2. Looking in the DB (e.g. using phpmyadmin) we see e.g. uids for page elements:
281348
281346
281344
This also happens for tt_content and all own elements.
Updated by Michael Stucki almost 7 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 7
Wrong project!
Updated by Georg Ringer almost 7 years ago
- Status changed from New to Rejected
this is not an issue of TYPO3 but of your mysql settings, take a look at https://dev.mysql.com/doc/refman/5.7/en/replication-options-master.html#sysvar_auto_increment_increment
Actions