Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 732 Bytes

SharedServer - A Thread Pool Replacement

1, Binary file only, compatible with MySQL community edition (RPM Package).

  • sharedserver_c6_m5562.so is for MySQL 5.5.62 on RHEL/CentOS 6
  • sharedserver_c6_m5651.so is for MySQL 5.6.51 on RHEL/CentOS 6
  • sharedserver_c6_m5736.so is for MySQL 5.7.36 on RHEL/CentOS 6
  • sharedserver_c6_m8027.so is for MySQL 8.0.27 on RHEL/CentOS 6
  • sharedserver_c7_m5736.so is for MySQL 5.7.36 on RHEL/CentOS 7
  • sharedserver_c7_m8027.so is for MySQL 8.0.27 on RHEL/CentOS 7

2, Copy the so file to "/usr/lib64/mysql/plugin" directory.

3, Set plugin-load option in my.cnf to load it.

  • plugin-load = sharedserver_c<os_version>_<mysql_version>.so

4, Start your workload, it's ready for any workload.