Re: [Maria-developers] MariaDB and MySQL replication

2013-05-20 Thread Kristian Nielsen
Jan Lindström writes: > My question is how compatible replication between > > 1) MySQL (master) -> MariaDB (slave) > 2) MariaDB (master) -> MySQL (slave) In general, it should work, though there are some limitations. It also depends on versions. I always try to make MariaDB (master) -> MySQL (s

Re: [Maria-developers] Getting community to write missing test cases

2013-05-20 Thread Kristian Nielsen
Elena Stepanova writes: > If we start doing it, Oracle will soon realize that this activity is > based at least as much on commit comments as on the code. As a result, > they will probably start making much vaguer comments than they do now, > which in turn might make merge and related activities

Re: [Maria-developers] Feature Request - Working auto_inc rement on BlackHole Engine

2013-05-20 Thread Michael Widenius
Hi! > "Gordan" == Gordan Bobic writes: Gordan> On 05/15/2013 09:24 PM, Roberto Spadim wrote: >> hum, maybe a 'global variable' + a 'counter' function could do the job? >> >> select add_and_return(@global_var,1) >> could return old global_var value +1, and set the global_var to +1 >> >> ju