[MXS-600] Threads=auto parameter configuration fails Created: 2016-03-03  Updated: 2016-03-04  Resolved: 2016-03-04

Status: Closed
Project: MariaDB MaxScale
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.4.0

Type: Bug Priority: Major
Reporter: Guillaume Lefranc Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None


 Description   

threads=auto causes maxscale to fail on startup (string comparison is wrong)

 if (strcmp(name, "threads") == 0)
    {
        if (strcmp(name, "auto") == 0)
        {


Generated at Thu Feb 08 04:00:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.