Files
MaxScale/server/modules/filter
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
..
2018-03-27 21:49:35 +03:00
2018-03-26 10:02:57 +03:00
2018-02-08 12:48:06 +02:00
2017-06-01 10:24:20 +03:00
2018-01-03 14:57:18 +02:00
2017-11-15 14:04:00 +01:00