[Maria-developers] Replicating same server_id problem

2013-09-30 Thread Michael Widenius
Hi! > "Pavel" == Pavel Ivanov writes: Pavel> Kristian, Pavel> Currently MariaDB (as well as MySQL of all previous versions) has a Pavel> very big problem related to replicating same server_id. There is Pavel> --replicate-same-server-id flag which as I understand (when set to 0) Pavel> contr

Re: [Maria-developers] Galera and aria

2013-09-30 Thread Roberto Spadim
Yes, i think it works like a myisam, not? maybe the copy/paste could work? i didn't tried yet, maybe at weekend i will try and send a patch to everybody test and report errors if anyone know if just copy/paste don't work please report :) 2013/10/1 Jan Lindström > On 10/01/2013 06:57 AM, Robert

Re: [Maria-developers] Galera and aria

2013-09-30 Thread Jan Lindström
On 10/01/2013 06:57 AM, Roberto Spadim wrote: Hi Jan! This job is something more dificullt than just copy/paste the myisam "if"s ? i don't know how wsrep works, just trying to use aria as myisam with galera cluster

Re: [Maria-developers] Galera and aria

2013-09-30 Thread Roberto Spadim
Hi Jan! This job is something more dificullt than just copy/paste the myisam "if"s ? i don't know how wsrep works, just trying to use aria as myisam with galera cluster 2013/10/1 Jan Lindström > Hi, > > Yes, there is wsrep_replicate_myisam, this variable controls if *MyISAM*will > be replicat

Re: [Maria-developers] Galera and aria

2013-09-30 Thread Jan Lindström
Hi, Yes, there is wsrep_replicate_myisam, this variable controls if MyISAM will be replicated or not. MyISAM replication is still experimental and that is one of the reasons why this variable is set to OFF by default. Aria could be used o

[Maria-developers] Galera and aria

2013-09-30 Thread Roberto Spadim
Hi again guys! =) I have a doubt, i was using a diff -u galera-5.33a mariadb-5.33a | grep -i "myisam" and found some lines... well could we add the aria storage to 'work' like myisam with galera cluster? i don't know if it's the right way (changing "== MYISAM_ENGINE" to something like (== myisam_

Re: [Maria-developers] regexp review

2013-09-30 Thread Alexander Barkov
Hi Sanja, Thanks for review. On 09/30/2013 11:00 AM, Oleksandr Byelkin wrote: Hi! Hi! Everything is OK. But there are some small issues: --- mysql-test/include/ctype_utf8mb4.inc 2010-03-05 08:17:19 + +++ mysql-test/include/ctype_utf8mb4.inc2013-09-26 14:02:17 + @@

Re: [Maria-developers] Empty directory in mariadb's datadir is not handled correctly

2013-09-30 Thread Hartmut Holzgraefe
On 09/30/2013 10:43 AM, Honza Horak wrote: Hi guys, quite tricky problem came up after a directory has been created by something else than mysqld in the datadir. MariaDB has a --ignore-db-dir option since MariaDB 5.3.9 / 5.5.28, MySQL also has the same option starting with MySQL 5.6.3 but does

[Maria-developers] Empty directory in mariadb's datadir is not handled correctly

2013-09-30 Thread Honza Horak
Hi guys, quite tricky problem came up after a directory has been created by something else than mysqld in the datadir. Suppose we use datadir=/var/lib/mysql. When we create any file in that directory by hand (or some program does it, which is not just imagination, it really happens), e.g. /v

[Maria-developers] regexp review

2013-09-30 Thread Oleksandr Byelkin
Hi! Hi! Everything is OK. But there are some small issues: --- mysql-test/include/ctype_utf8mb4.inc 2010-03-05 08:17:19 + +++ mysql-test/include/ctype_utf8mb4.inc2013-09-26 14:02:17 + @@ -234,15 +234,15 @@ set names utf8mb4; set names utf8mb4; # This should retu