1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite
Sergey Vojtovich fd9f1638ea MDEV-5205 - MariaDB does not start if more than 128 cpu's are available
- thread_pool_size command line option upper limit increased to 100 000
  (same as for max_connections)
- thread_pool_size system variable upper limit is maximum of 128 or
  the value given at command line
- thread groups are now allocated dynamically

Different limit for command line option and system variable was done to
avoid additional mutex for all_groups and threadpool_max_size.
2013-11-05 09:18:59 +04:00
..
2013-09-06 22:31:30 +02:00
2013-08-30 11:25:49 +02:00
2013-02-28 22:47:29 +01:00
2013-09-13 12:06:17 +04:00
2013-05-15 16:28:12 +03:00
2013-07-10 02:05:06 +04:00
2013-08-18 19:58:51 -07:00