Re: [Maria-developers] a Query_log_event charset bug in parallel replication

2014-04-23 Thread Kristian Nielsen
"nanyi607rao" writes: >> I have filed a bug for this that I will fix: > >>https://mariadb.atlassian.net/browse/MDEV-6156 > > I'm afraid there is still some cases would lead mistake if move > cached_charset into rpl_group_info struct. Yes, you are absolutely right, the patch I pushed for thi

Re: [Maria-developers] a Query_log_event charset bug in parallel replication

2014-04-23 Thread nanyi607rao
hi, kristian > Right, I see. Probably the cached_charset just needs to be moved into the > rpl_group_info struct. > I have filed a bug for this that I will fix: >https://mariadb.atlassian.net/browse/MDEV-6156 I'm afraid there is still some cases would lead mistake if move cached_charset in

Re: [Maria-developers] a Query_log_event charset bug in parallel replication

2014-04-23 Thread Kristian Nielsen
Kristian Nielsen writes: > I have filed a bug for this that I will fix: > > https://mariadb.atlassian.net/browse/MDEV-6156 I've now pushed a fix for this bug to 10.0. Thanks again for your help! - Kristian. ___ Mailing list: https://launchpad.n

Re: [Maria-developers] bb01.mariadb.net

2014-04-23 Thread Daniel Bartholomew
On Wed, Apr 23, 2014 at 10:00 AM, Kristian Nielsen wrote: > Daniel Bartholomew writes: > >> Serg and Knielsen: I've got the box mostly configured I think, but >> could be (very) wrong, so I wanted to give you a chance to make sure >> everything looks good on it before I go ahead and add it to the

Re: [Maria-developers] bb01.mariadb.net

2014-04-23 Thread Kristian Nielsen
Daniel Bartholomew writes: > Serg and Knielsen: I've got the box mostly configured I think, but > could be (very) wrong, so I wanted to give you a chance to make sure > everything looks good on it before I go ahead and add it to the It looks like it already mostly works. I noticed an error in a

Re: [Maria-developers] a Query_log_event charset bug in parallel replication

2014-04-23 Thread Kristian Nielsen
Hi nanyi607rao, sorry for the delayed response, in part due to the Easter holidays. "nanyi607rao" writes: > If character_set in different Query_log_events changed, worker threads may > apply them with wrong character_set. the codes leading this problem is in > Query_log_event::do_apply_event,

Re: [Maria-developers] [GSoC] Accepted student ready to work : )

2014-04-23 Thread Elena Stepanova
Hi Pablo, On 4/23/2014 12:07 PM, Pablo Estrada wrote: Hello Sergei, Yup, I understand what you mean here... I can grasp the concepts, but I am still having some trouble understanding some of the terms that you use in the graphs. I can see that recall is related to the percentage of failures t

Re: [Maria-developers] mdev6027 RLIKE: "." no longer matching new line (default_regex_flags)

2014-04-23 Thread Alexander Barkov
On 04/23/2014 11:44 AM, Ian Gilfillan wrote: On 23/04/2014 09:28, Alexander Barkov wrote: Jan, can you please update the manual? Sure, will do. Thanks for the detailed writeup. Which release is this variable scheduled to be included in? It's Ian, not Jan btw, although all comes from one and

Re: [Maria-developers] [GSoC] Accepted student ready to work : )

2014-04-23 Thread Pablo Estrada
Hello Sergei, as for (2) - I'd say the most important part is to figure out how to > select the subset of tests to run, not how to integrate it in buildbot. > Definitely! I was just reading into buildbot to spend time while I got access to the data! : ) > I have a bzr repository with the test d

Re: [Maria-developers] mdev6027 RLIKE: "." no longer matching new line (default_regex_flags)

2014-04-23 Thread Ian Gilfillan
On 23/04/2014 09:28, Alexander Barkov wrote: Jan, can you please update the manual? Sure, will do. Thanks for the detailed writeup. Which release is this variable scheduled to be included in? It's Ian, not Jan btw, although all comes from one and the same root name originally ;) ian

Re: [Maria-developers] mdev6027 RLIKE: "." no longer matching new line (default_regex_flags)

2014-04-23 Thread Alexander Barkov
Hi Jan, Sergei, On 04/23/2014 11:25 AM, Sergei Golubchik wrote: Hi, Alexander! On Apr 22, Sergei Golubchik wrote: On Apr 17, Alexander Barkov wrote: Hello Serg, Please review a patch implementing a new system variable default_regex_flags, to address the remaining incompatibilities between P

Re: [Maria-developers] mdev6027 RLIKE: "." no longer matching new line (default_regex_flags)

2014-04-23 Thread Sergei Golubchik
Hi, Alexander! On Apr 22, Sergei Golubchik wrote: > On Apr 17, Alexander Barkov wrote: > > Hello Serg, > > > > Please review a patch implementing a new system variable > > default_regex_flags, to address the remaining incompatibilities > > between PCRE and the old regex library. Ah, something el