Files
MaxScale/server/modules
Johan Wikman 605f771518 MXS-1401 Extend rule parsing to handle array of rule objects
It's now possible to have a rules file with an array of rule
objects, e.g.

  [
    {
      store: [ ... ],
      use: [ ... ]
    },
    {
      store: [ ... ],
      use: [ ... ]
    }
  ]

This commit only contains the low-level modifications for
supporting that; the upper-level modifications are made in
another commit.
2018-04-27 09:22:17 +03:00
..
2017-06-01 10:24:20 +03:00
2018-04-26 16:39:00 +03:00
2017-02-15 09:31:14 +02:00