• General Rules
  • MaxScale 2.3 explicitly compiled with -std=c++11
  • MaxScale 2.2 explicitly compiled with -std=c++0x
  • MaxScale code must not throw exceptions.
  • MaxScale C++ code should be exception safe
  • Exceptions must not be allowed to pass module boundaries.
  • Guidelines