Details
-
Bug
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.2(EOL)
-
None
Description
10.2 f2fe65106f, debug build, default configuration |
MariaDB [test]> show processlist;
|
+----+-------------+-----------------+------+---------+------+--------------------------+------------------+----------+ |
| Id | User | Host | db | Command | Time | State | Info | Progress | |
+----+-------------+-----------------+------+---------+------+--------------------------+------------------+----------+ |
| 1 | system user | | NULL | Daemon | NULL | InnoDB background thread | NULL | 0.000 | |
| 2 | system user | | NULL | Daemon | NULL | InnoDB background thread | NULL | 0.000 | |
| 4 | system user | | NULL | Daemon | NULL | InnoDB background thread | NULL | 0.000 | |
| 3 | system user | | NULL | Daemon | NULL | InnoDB background thread | NULL | 0.000 | |
| 5 | system user | | NULL | Daemon | NULL | InnoDB background thread | NULL | 0.000 | |
| 10 | root | localhost:39009 | test | Query | 0 | init | show processlist | 0.000 |
|
+----+-------------+-----------------+------+---------+------+--------------------------+------------------+----------+ |
6 rows in set (0.00 sec) |
I don't think they should be there
Attachments
Issue Links
- duplicates
-
MDEV-20558 innodb processes appears in processlist, ver10.3.13
- Closed
- is caused by
-
MDEV-5800 indexes on virtual (not materialized) columns
- Closed
- relates to
-
MDEV-12531 TIme column in SHOW PROCESSLIST shows NULL for InnoDB service threads
- Closed
-
MDEV-16264 Implement a common work queue for InnoDB background tasks
- Closed
-
MDEV-18698 Show InnoDB's internal background threads in SHOW ENGINE INNODB STATUS
- Open
-
MDEV-17238 Document special thread IDs used in SHOW ENGINE INNODB STATUS output
- Open