Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.4.3
-
None
Description
For example, when I issue a GET against /variables,
|
[ { "Variable_name" : "version", "Value" : "1.4.3"}, |
{ "Variable_name" : "version_comment", "Value" : "MariaDB MaxScale"}, |
{ "Variable_name" : "basedir", "Value" : NULL}, |
{ "Variable_name" : "MAXSCALE_VERSION", "Value" : "1.4.3"}, |
{ "Variable_name" : "MAXSCALE_THREADS", "Value" : 1}, |
{ "Variable_name" : "MAXSCALE_NBPOLLS", "Value" : 3}, |
{ "Variable_name" : "MAXSCALE_POLLSLEEP", "Value" : 1000}, |
{ "Variable_name" : "MAXSCALE_UPTIME", "Value" : 7158}, |
{ "Variable_name" : "MAXSCALE_SESSIONS", "Value" : 4}] |
Javascript's NULL is case sensitive, so this should be null instead.