-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.0
-
Component/s: Core
-
Labels:None
threads=auto causes maxscale to fail on startup (string comparison is wrong)
if (strcmp(name, "threads") == 0)
|
{
|
if (strcmp(name, "auto") == 0)
|
{
|