summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-08-21 20:14:13 +0300
committerMonty <monty@mariadb.org>2016-08-21 20:14:13 +0300
commit8d5a0d650b123e963d5fead2424783a9b52da395 (patch)
tree7c12722ba264d3459f3ec85f4d1aa0ba5c5ee81f /sql/mysqld.h
parent05f61ba46046ca835071a73b9255e787dcce9255 (diff)
downloadmariadb-git-8d5a0d650b123e963d5fead2424783a9b52da395.tar.gz
Cleanups and minor fixes
- Fixed typos - Added --core-on-failure to mysql-test-run - More DBUG_PRINT in viosocket.c - Don't forget CLIENT_REMEMBER_OPTIONS for compressed slave protocol - Removed not used stage variables
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index dbc65cd2a43..732f00c887a 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -443,11 +443,6 @@ extern PSI_stage_info stage_waiting_for_the_next_event_in_relay_log;
extern PSI_stage_info stage_waiting_for_the_slave_thread_to_advance_position;
extern PSI_stage_info stage_waiting_to_finalize_termination;
extern PSI_stage_info stage_waiting_to_get_readlock;
-extern PSI_stage_info stage_slave_waiting_worker_to_release_partition;
-extern PSI_stage_info stage_slave_waiting_worker_to_free_events;
-extern PSI_stage_info stage_slave_waiting_worker_queue;
-extern PSI_stage_info stage_slave_waiting_event_from_coordinator;
-extern PSI_stage_info stage_slave_waiting_workers_to_exit;
extern PSI_stage_info stage_binlog_waiting_background_tasks;
extern PSI_stage_info stage_binlog_processing_checkpoint_notify;
extern PSI_stage_info stage_binlog_stopping_background_thread;