Re: [Maria-developers] mysql_stmt_prepare_start returns with error code 2006

2015-07-29 Thread András Szabó
Hi Kristian,  Thanks for the quick answer.  Good to know that the same stuff would work against vanilla mysql servers.  I have found the bug in my code, apparently it was a C++ RAII object which was used to watch for file descriptor activity (asio::posix::stream_descriptor) closed the socket a

Re: [Maria-developers] 4728581: MDEV-7652 - More explanatory ERROR and WARNING messages when loading plugins

2015-07-29 Thread Sergei Golubchik
Hi, Sergey! On Jul 29, Sergey Vojtovich wrote: > > > diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt > > > index 6954170..374e31f 100644 > > > --- a/sql/share/errmsg-utf8.txt > > > +++ b/sql/share/errmsg-utf8.txt > > > @@ -7111,3 +7111,6 @@ ER_SLAVE_SKIP_NOT_IN_GTID > > > eng

Re: [Maria-developers] 4728581: MDEV-7652 - More explanatory ERROR and WARNING messages when loading plugins

2015-07-29 Thread Sergey Vojtovich
Hi Sergei, thanks for your review. Answers inline. On Tue, Jul 28, 2015 at 07:36:29PM +0200, Sergei Golubchik wrote: > Hi, Sergey! > > Looks ok, just a couple of comments about the messages. > If you're agree - please, fix and push. > > On Jul 28, Sergey Vojtovich wrote: > > revision-id: 472858

Re: [Maria-developers] mysql_stmt_prepare_start returns with error code 2006

2015-07-29 Thread Kristian Nielsen
András Szabó writes: > I am currently working on a c++11 asio based async connector for > mariadb. The library takes advantage of mariadb’s async interface > (mysql_*_start, mysql_*_cont functions). The whole point would be to > prevent blocking in mysql operations and make operations cancellable