Skip to content

Instantly share code, notes, and snippets.

@davelester
Created April 14, 2015 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelester/b7258d8a47a143540ab1 to your computer and use it in GitHub Desktop.
Save davelester/b7258d8a47a143540ab1 to your computer and use it in GitHub Desktop.
* Query throttling based on number of active threads
* Server-side statement timeout (ported from upstream)
* Add an option to disable deadlock checking in InnoDB
* os_event_wait_time_low(): wait time calculation is messed up
* Spurious wakeup in lock_wait_suspend_thread() (ported from upstream)
* Support for NUMA interleave policy
* Avoid unnecessary buf_flush_list() in startup code path
* Inaccurate handling of srv_activity_count
* Buffer pool list scan optimization (ported from upstream)
* Page cleaner should do LRU flushing regardless of server activity (ported from XtraDB)
* MySQL server level thread pooling (under review)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment