-
Notifications
You must be signed in to change notification settings - Fork 9.4k
catalog_url_rewrite_product_category table missing PK #9581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@siliconalchemy please, format this issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result. |
Did you read this? How much more specific do you want it to be? Never mind, you can leave your (buggy) project buggy (ier). |
Hi @veloraven, @magento-team, |
…ewrite_product_category
@engcom-Golf @engcom-Alfa could you double check if this issue still valid, as we're having bugfix for this issue in #25746? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Thank you for your contributions. |
Go away stalebot, this is still a valid issue. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hello @siliconalchemy Thank you for your report. We Confirm that the issue is still valid on 2.4-develop, and we have added Precondition, Steps to reproduce, ER and AR to the description. |
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
This bug was fixed in scope of internal issue B2B-1663 |
@siliconalchemy it fixed |
Hi @siliconalchemy. Thank you for your report and collaboration! The related internal Jira ticket The fix will be available with the upcoming |
…loyment_Ver1 [Bengals] Functional Tests Mainline Deployment
The catalog_url_rewrite_product_category table is missing a PK. Because of this, it cannot be replicated reliably in Galera based systems (eg. MariaDB, Percona XtradbCluster). It appears to be the only table without a PK. This is more of a problem with PXC 5.7 as it recommends enforcing strict mode which will actively break usage of this table.
Magento 2.1.5
Mysql: Percona XtraDBCluster 5.7
Preconditions
Magento 2.4-develop
Steps to reproduce
catalog_url_rewrite_product_category
Expected result
The database table
catalog_url_rewrite_product_category
has Primary KeyActual result
The database table

catalog_url_rewrite_product_category
doesn't have Primary KeyThe text was updated successfully, but these errors were encountered: