X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=BUGS;h=8d0cc9c315f5dfd22114de236277ff0b9e1ef61f;hb=0f802393480cfa99536123ce84d301b31eaf6d46;hp=a42c40a9591e61c3d33aa926762956d3261490f6;hpb=38376bf5db9af25660b8183b2c022d079bb2b5ea;p=pstop.git diff --git a/BUGS b/BUGS index a42c40a..8d0cc9c 100644 --- a/BUGS +++ b/BUGS @@ -1,11 +1,13 @@ Bugs ---- -See also NEW_FEATURES for things which probably need adding soon. +See also NEW_FEATURES for things which probably need adding soon. 1. Show the binlogs completely and match them properly by looking at the pattern defined in the server. Currently I'm using hard-coded stuff which matches personal usage. -2. Only tested on MySQL 5.6. It should be possible to make this work -on MySQL 5.7 and also MariaDB 10.0 but that has not been tested yet. +2. Latency issues over slow connections. Perhaps I should use +compressed connection to speed things up, but that is not possible +at the moment. See https://github.com/go-sql-driver/mysql/issues/24 +for more details.