Changes between Initial Version and Version 1 of Ticket #62964
- Timestamp:
- 02/14/2025 07:48:36 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62964
-
Property
Component
changed from
Bootstrap/LoadtoEditor
-
Property
Component
changed from
-
Ticket #62964 – Description
initial v1 3 3 The conflict occurs with the following SQL queries: 4 4 5 ```sql5 {{{#!sql 6 6 ### DELETE FROM `fr_wp`.`wp_sitemeta` 7 7 ### WHERE … … 18 18 ### @4='1737837003' 19 19 # at 150934730 20 ``` 20 }}} 21 21 22 22 Upon reviewing the WordPress source code, I identified that these conflicts are caused by the WordPress function {{{_register_theme_block_patterns}}} being executed at the exact same time on both servers.