Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 243 Bytes

2021-09-06-prevent-mysql-race-condition-in-cart-persister.md

File metadata and controls

6 lines (6 loc) · 243 Bytes
title issue
Prevent MySQL race condition in CartPersister
NEXT-13641

Core

  • Changed \Shopware\Core\Checkout\Cart\CartPersister::save() to wrap queries into a transaction and use retryable queries to prevent MySQL race condition.