Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. > mysql> SELECT * FROM information_schema.innodb_trxG;
  2. > *************************** 1. row ***************************
  3. > trx_id: 4395673006
  4. > trx_state: ROLLING BACK
  5. > trx_started: 2019-05-30 16:24:08
  6. > trx_requested_lock_id: NULL
  7. > trx_wait_started: NULL
  8. > trx_weight: 26418873
  9. > trx_mysql_thread_id: 0
  10. > trx_query: NULL
  11. > trx_operation_state: NULL
  12. > trx_tables_in_use: 0
  13. > trx_tables_locked: 0
  14. > trx_lock_structs: 11
  15. > trx_lock_memory_bytes: 1184
  16. > trx_rows_locked: 1
  17. > trx_rows_modified: 26418862 trx_concurrency_tickets: 0
  18. > trx_isolation_level: REPEATABLE READ
  19. > trx_unique_checks: 1
  20. > trx_foreign_key_checks: 1 trx_last_foreign_key_error: NULL trx_adaptive_hash_latched: 0 trx_adaptive_hash_timeout: 10000
  21. > trx_is_read_only: 0 trx_autocommit_non_locking: 0 1 row in set (0.00 sec)
  22. >
  23. > ERROR: No query specified
  24.  
  25. mysql> show processlist;
  26. +-----+------------+-------------------+------------+---------+------+-------+------------------+
  27. | Id | User | Host | db | Command | Time | State | Info |
  28. +-----+------------+-------------------+------------+---------+------+-------+------------------+
  29. | 15 | user2 | 127.0.0.1:53188 | user2 | Sleep | 4 | | NULL |
  30. | 16 | user3 | 127.0.0.10:34966 | user3 | Sleep | 2 | | NULL |
  31. | 17 | user3 | 127.0.0.10:34968 | user3 | Sleep | 1221 | | NULL |
  32. | 18 | user2 | 127.0.0.1:53194 | user2 | Sleep | 1221 | | NULL |
  33. | 21 | user2 | 127.0.0.1:53204 | user2 | Sleep | 1220 | | NULL |
  34. | 42 | user | 127.0.0.8:45848 | user | Sleep | 15 | | NULL |
  35. | 47 | user3 | 127.0.0.10:35494 | user3 | Sleep | 1038 | | NULL |
  36. | 48 | root | localhost | NULL | Query | 0 | init | show processlist |
  37. | 120 | user3 | 127.0.0.10:38156 | user3 | Sleep | 1 | | NULL |
  38. | 143 | user3 | 127.0.0.10:38430 | user3 | Sleep | 5 | | NULL |
  39. +-----+------------+-------------------+------------+---------+------+-------+------------------+
  40. 10 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement