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

2016-11-03 Thread Kristian Nielsen
vinchen writes: > The new code is here: > https://github.com/vinchen/server/commits/GCSAdmin-10.2-binlog-compressed2-2 > And added two fixed: > 1.Avoid overflowing buffers in case of corrupt events > 2.Check the compressed algorithm. Looks fine, thanks for

[Maria-developers] MDEV-11219 main.null fails in buldbot and outside with ps-protocol

2016-11-03 Thread Alexander Barkov
Hello Sergei, Please review a patch for MDEV-11219. Thanks! diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index a222335..b79de4b 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -2553,7 +2553,7 @@ Item_func_nullif::fix_length_and_dec() See also class Item_func_nullif

[Maria-developers] Please review MDEV-10811 Change design from "Item is Type_handler" to "Item has Type_handler"

2016-11-03 Thread Alexander Barkov
Hello Alexey, Please review a patch for 10.3 for MDEV-10811 Change design from "Item is Type_handler" to "Item has Type_handler Thanks. commit bd9af31224d74fc40a4f72608216a09c6f4ef133 Author: Alexander Barkov Date: Thu Sep 15 12:03:45 2016 +0400 MDEV-10811 Change

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

2016-11-03 Thread 陈福荣
Hi knielsen, The new code is here: https://github.com/vinchen/server/commits/GCSAdmin-10.2-binlog-compressed2-2 based on https://github.com/knielsen/server/commits/GCSAdmin-10.2-binlog-compressed2-2 And added two fixed: 1.Avoid overflowing buffers in case of corrupt events 2.Check the