Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-07-06 Thread Stewart Smith
On Tue, Jun 09, 2009 at 05:30:04PM +0200, Kristian Nielsen wrote: > I fixed the code to compile without GCC atomic operation > intrinsics. Performance will be worse of course, but it is good to have it at > least working. I still need to fix Maria configure.in to not disable GCC > atomics for xtrad

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-06-10 Thread Kristian Nielsen
Kristian Nielsen writes: > I got some good progress on this. I re-did the merge using the merge-into bzr > plugin (advise from bzr developers). This should allow us to merge directly > from the lp:percona-xtradb tree into lp:maria in the future. I just tested this, and it seems to work ok. I wa

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-06-09 Thread Vadim Tkachenko
Kristian, Thank you for looking into this! I will look how we can backport your changes. We need to have xtradb compiled against standard 5.1, if it is not broken - it should be not problem to include your fixes. Thanks! Vadim Kristian Nielsen wrote: > Kristian Nielsen writes: > >> Just to a

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-06-09 Thread Kristian Nielsen
Kristian Nielsen writes: > Just to avoid duplicate work, let me just mention that I am now starting to > look into this issue. I will try to find a good way to make XtraDB > compile/work on all the platforms/compilers we want to support, and report > back what I discover. I got some good progres

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-05-07 Thread Vadim Tkachenko
Kristian, Ok, thank you. Please let me know if some code changes required from our side! Kristian Nielsen wrote: Kristian Nielsen writes: I think there are two issues here. One is that we are replacing InnoDB with XtraDB in MariaDB. Thus we need XtraDB to build and work on all the platfo

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-05-07 Thread Kristian Nielsen
Kristian Nielsen writes: > I think there are two issues here. > > One is that we are replacing InnoDB with XtraDB in MariaDB. Thus we need > XtraDB to build and work on all the platforms that MariaDB should work on. > > The other is to get good performance/scalability of XtraDB. This is very > im

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-04-07 Thread Kristian Nielsen
Vadim Tkachenko writes: > You ask good question re: INNODB_RW_LOCKS_USE_ATOMICS, this is actually > one of main points of XtraDB to improve scalability on 8CPU+ boxes, so > we just rely on it. Yes, understood. > XtraDB can be built without INNODB_RW_LOCKS_USE_ATOMICS, but effect may > be opposi

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-04-06 Thread Vadim Tkachenko
Kristian, Uh, Thank you for looking into this. You ask good question re: INNODB_RW_LOCKS_USE_ATOMICS, this is actually one of main points of XtraDB to improve scalability on 8CPU+ boxes, so we just rely on it. XtraDB can be built without INNODB_RW_LOCKS_USE_ATOMICS, but effect may be opposite -

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-04-06 Thread Kristian Nielsen
Percona writes: > Percona has proposed merging lp:~maria-captains/maria/maria-xtradb into > lp:maria. > > Requested reviews: > Maria-captains (maria-captains) > > Proposal to merge replacement InnoDB->XtraDB Thanks a lot for your efforts in this! I branched the tree and took a look. There