Files
MaxScale/server/modules
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-22 15:20:21 +02:00
2017-02-16 11:10:11 +02:00
2017-03-22 15:20:21 +02:00
2017-03-31 14:12:00 +03:00
2017-02-15 09:31:14 +02:00