mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Return to original stage after mysql_lock_tables
Stage "Filling schema table" is now properly shown in 'show processlist' mysys/mf_keycache.c: Simple cleanup with more comments sql/lock.cc: Return to original stage after mysql_lock_tables Made 'Table lock' as a true stage sql/sql_show.cc: Restore original stage after get_schema_tables_result
This commit is contained in:
parent
c11a054a98
commit
32be7dffbe
5 changed files with 38 additions and 19 deletions
|
|
@ -413,6 +413,8 @@ extern PSI_stage_info stage_statistics;
|
|||
extern PSI_stage_info stage_storing_result_in_query_cache;
|
||||
extern PSI_stage_info stage_storing_row_into_queue;
|
||||
extern PSI_stage_info stage_system_lock;
|
||||
extern PSI_stage_info stage_table_lock;
|
||||
extern PSI_stage_info stage_filling_schema_table;
|
||||
extern PSI_stage_info stage_update;
|
||||
extern PSI_stage_info stage_updating;
|
||||
extern PSI_stage_info stage_updating_main_table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue