[MDEV-7806] thread_pool_size is not auto-sized Created: 2015-03-20 Updated: 2015-11-23 Resolved: 2015-11-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.1.3 |
| Fix Version/s: | 10.1.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.9-3 |
| Description |
|
Some auto-sized variables are auto-sized before my_getopt. But my_getopt starts from resetting all options to their default values. So the auto-sized value is lost. |
| Comments |
| Comment by Sergey Vojtovich [ 2015-11-17 ] |
|
serg, please review fix for this bug. |