MariaDB [test]> show full processlist;
|
+-----+-------------+-----------------+-------+---------+-------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
|
| Id | User | Host | db | Command | Time | State | Info | Progress |
|
+-----+-------------+-----------------+-------+---------+-------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
|
| 2 | root | localhost:51845 | mysql | Query | 81378 | Waiting for the slave SQL thread to advance position | SELECT MASTER_POS_WAIT('mysql-bin.000001',494481) | 0.000 |
|
| 347 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 348 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 349 | system user | | NULL | Connect | 81399 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 350 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 351 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 352 | system user | | NULL | Connect | 81398 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 353 | system user | | NULL | Connect | 81399 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 354 | system user | | NULL | Connect | 81398 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 355 | system user | | NULL | Connect | 81399 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 356 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 357 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 358 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 359 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 360 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 361 | system user | | NULL | Connect | 81399 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 362 | system user | | test | Connect | 81405 | Waiting for prior transaction to commit | CREATE TEMPORARY TABLE view_table11_myisam ( `col_int_key` INTEGER, KEY (`col_int_key`) ) SELECT /* QUERY_ID: 9416192 */ /* RESULTSET_SAME_DATA_IN_EVERY_ROW */ 0 AS `col_int_key` FROM `view_table11_myisam` WHERE 5 <> `col_int_key` | 0.000 |
|
| 363 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 364 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 365 | system user | | test | Connect | 81397 | Waiting for table level lock | UPDATE table11_myisam SET `col_int_key` = 4 | 0.000 |
|
| 366 | system user | | NULL | Connect | 81397 | Waiting for prior transaction to start commit before starting next transaction | NULL | 0.000 |
|
| 367 | system user | | NULL | Connect | 81377 | Slave has read all relay log; waiting for the slave I/O thread to update it | NULL | 0.000 |
|
| 370 | system user | | NULL | Connect | 81378 | Waiting for master to send event | NULL | 0.000 |
|
| 376 | root | localhost:52728 | test | Query | 0 | init | show full processlist | 0.000 |
|
+-----+-------------+-----------------+-------+---------+-------+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
|