Tag: mysql

2 posts

Undo Order Cancel in Magento

If you want to restore canceled order, rollback order cancellation and undo order cancel action in Magento and Magento 2 use the following SQL query...

 1 comment   2019   magento 1   magento 2   magento2   mysql   order   sql

Get locked transactions in MySQL

SELECT TRX_ID, TRX_REQUESTED_LOCK_ID, TRX_MYSQL_THREAD_ID, TRX_QUERY...

 No comments   2018   mysql