76a2475c33
Merge branch 'develop' into binlog_server_waitdata_encryption
2016-12-06 14:57:06 +01:00
9731bca42e
Fix for rotate event
...
Fix for rotate event: missing offset results in wrong filename detection
2016-12-06 14:54:09 +01:00
4ae85dc754
Merge branch '2.0' into develop
2016-12-05 21:19:59 +02:00
b2e8a2d8c5
Develop merge
...
Develop merge:
this includes the new handling of events larger than 16MBytes
2016-12-05 16:38:48 +01:00
f5eb4e21dc
Add more comments and clean up code
...
The binlog event processing code is now better commented and is slightly
easier to read.
2016-12-05 17:08:59 +02:00
2f082cb7fb
Store large events in memory
...
Storing the large events in memory allows checksum calculations to be done
in one step. This also makes the encryption of events easier as they
require the complete event in memory.
2016-12-05 17:08:59 +02:00
83109a6e9e
Use protocol module to process packets
...
The backend protocol module can be requested to provide complete and
contiguous packets to the router module. This removes the need to process
the packets in binlogrouter.
2016-12-05 17:08:59 +02:00
d97e3587e0
MXS-878: Don't log an error for 10.1 slave connections
...
The error message was not needed as we know that the query is always
executed by 10.1 slaves.
2016-12-05 13:18:20 +02:00
aef6c7b099
Make directory name equal to the library name
...
* avro -> avrorouter
* binlog -> binlogrouter
2016-12-01 15:23:42 +02:00