Re: [Maria-developers] [MariaDB/server] Compressed binary log (#247)

2016-11-03 Thread
the compressed algorithm. 2016-10-28 21:06 GMT+08:00 Simon Mudd <simon.m...@booking.com>: > Hi, > > On 28 Oct 2016, at 06:18, 陈福荣 <vinche...@gmail.com> wrote: > > Thanks for knielsen's nice replay. I would like to add some comments > > > … > > >> (2) Send

Re: [Maria-developers] [MariaDB/server] Compressed binary log (#247)

2016-10-27 Thread
Hi mark There are 3 bits reserved for compressed algorithm in Compressed Record. It would be always 0 at present, means zlib. It can be easy to support other compression algorithm in the future. Compressed Record Record Header: 1 Byte 7 Bit: Always 1, mean compressed;

Re: [Maria-developers] [MariaDB/server] Compressed binary log (#247)

2016-10-27 Thread
Thanks for knielsen's nice replay. I would like to add some comments 2016-10-21 22:31 GMT+08:00 Simon Mudd : > Hi Kristian, > > > On 21 Oct 2016, at 13:22, Kristian Nielsen > wrote: > > > > Simon Mudd writes: > > > >> I

Re: [Maria-developers] [MariaDB/server] Compressed binary log (#247)

2016-10-26 Thread
2016-10-21 1:06 GMT+08:00 Kristian Nielsen : > GCSAdmin writes: > > > We add new event types to support compress the binlog as follow: > > QUERY_COMPRESSED_EVENT, > > WRITE_ROWS_COMPRESSED_EVENT_V1, > >