[MDEV-24685] SHOW ENGINE INNODB STATUS reports I/O thread 0 state: (null) ((null)) Created: 2021-01-26 Updated: 2022-12-16 Resolved: 2021-01-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.0 |
| Fix Version/s: | 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression-10.5 | ||
| Issue Links: |
|
||||||||
| Description |
|
The output of SHOW ENGINE INNODB STATUS includes a useless-looking section like the following:
This output comes from the following code in srv_printf_innodb_monitor():
The reason why the output is useless appears to be that the calls to srv_reset_io_thread_op_info() and srv_set_io_thread_op_info() were removed in I would suggest that we remove the above code as well as all references to srv_io_thread_op_info and srv_io_thread_function. |