Commit 6264e892 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove redundant initialization of global InnoDB variables

Also, remove the unused global variable srv_priority_boost.
parent 797db28d
......@@ -516,7 +516,6 @@ extern ulong srv_n_spin_wait_rounds;
extern ulong srv_n_free_tickets_to_enter;
extern ulong srv_thread_sleep_delay;
extern uint srv_spin_wait_delay;
extern ibool srv_priority_boost;
extern ulint srv_truncated_status_writes;
/** Number of initialized rollback segments for persistent undo log */
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment