|
522cbab23d
|
Make the CDC connector C++0x compliant
As CentOS 6 is supported, the CDC connector ought to build on non-C++11
systems.
|
2018-01-24 11:01:22 +02:00 |
|
|
ed81757c04
|
Ensure that right close is called
|
2018-01-24 09:31:22 +02:00 |
|
|
3ade3f68a7
|
MXS-1538: Prevent double connecting
Connector::connect now checks whether a connection is already made before
attempting to create another one.
|
2018-01-22 15:29:21 +02:00 |
|
|
f204650bbb
|
MXS-1538: Remove unnecessary copying of schema information
The schema related information was copied for each row. A shared pointer
to the data can be used to remove the repeated copying of the values.
|
2018-01-22 15:29:21 +02:00 |
|
|
070df73d99
|
MXS-1538: Integrate CDC-Connector into MaxScale
Added the files from the repository to MaxScale. Created a new CMake
function for installing development libraries.
|
2018-01-22 15:29:21 +02:00 |
|