Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 2017-07-24 09:09:29 7fd5235db700InnoDB: transactions deadlock detected, dumping detailed information.
  2. 2017-07-24 09:09:29 7fd5235db700
  3. *** (1) TRANSACTION:
  4. TRANSACTION 177707078, ACTIVE 0 sec inserting
  5. mysql tables in use 1, locked 1
  6. LOCK WAIT 3 lock struct(s), heap size 360, 1 row lock(s), undo log entries 1
  7. MySQL thread id 20887150, OS thread handle 0x7fd522d7a700, query id 918997514 10.80.11.16 staging update
  8. INSERT INTO `n0_table` (`post_id`, `meta_key`, `meta_value`) VALUES (411902, 'from_header', 'barberklingen <****************>')
  9. *** (1) WAITING FOR THIS LOCK TO BE GRANTED:
  10. RECORD LOCKS space id 480 page no 44003 n bits 768 index `post_id` of table `staging`.`n0_table` trx id 177707078 lock_mode X insert intention waiting
  11. *** (2) TRANSACTION:
  12. TRANSACTION 177706917, ACTIVE 1 sec setting auto-inc lock
  13. mysql tables in use 1, locked 1
  14. 121 lock struct(s), heap size 13864, 15196 row lock(s), undo log entries 93
  15. MySQL thread id 20887160, OS thread handle 0x7fd5235db700, query id 918997545 10.80.11.15 staging update
  16. INSERT INTO `n0_table` (`post_id`, `meta_key`, `meta_value`) VALUES (411901, '_wc_customer_order_csv_export_customer_is_exported', '0')
  17. *** (2) HOLDS THE LOCK(S):
  18. RECORD LOCKS space id 480 page no 44003 n bits 760 index `post_id` of table `staging`.`n0_table` trx id 177706917 lock_mode X
  19. *** (2) WAITING FOR THIS LOCK TO BE GRANTED:
  20. TABLE LOCK table `staging`.`n0_table` trx id 177706917 lock mode AUTO-INC waiting
  21. *** WE ROLL BACK TRANSACTION (1)
  22.  
  23. +--------------------------+-------+
  24. | Variable_name | Value |
  25. +--------------------------+-------+
  26. | innodb_autoinc_lock_mode | 0 |
  27. +--------------------------+-------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement