Files
MaxScale/server
Markus Mäkelä d151512d20 Take new sharding implementation into use
The sharding implementation now uses a class to abstract the details of
the shard. This allows for different design where each session makes a
copy of the global shard map which is then used for the duration of the
session. In addition to making the desing a bit clearer to understand, it
also removes lock competition between threads.

Due to the change to C++, the main entry points need to be wrapped in the
exception-safety macros. The next step in the refactoring will be to use
the router template. This will remove the need to manually define them.
2017-03-31 14:12:00 +03:00
..
2017-03-27 11:12:37 +03:00
2016-11-28 14:37:26 +02:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00