Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-28 Thread Stewart Smith
Hi Mark, On Thu, 25 Feb 2010 09:14:14 -0800, MARK CALLAGHAN wrote: > I am getting ready to publish facebook patches for mysql 5.1. We use > git internally and are based on MySQL 5.1.44. We intend to stay > current with 5.1 releases. What is the best way to manage the code in > launchpad across ne

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-26 Thread MARK CALLAGHAN
On Fri, Feb 26, 2010 at 4:19 PM, Sergei Golubchik wrote: > Eh, you omitted lots of crucial details here, but luckily you mentioned > them in your email to internals, so I was able to decrypt the above :) > > Anyway, what happens - you are not merging one mysql branch into > another. You merge two

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-26 Thread MARK CALLAGHAN
On Fri, Feb 26, 2010 at 6:36 AM, Sergei Golubchik wrote: > When done, you'll still have your patches on top of the tree, and you > can trivially extract them (e.g. with bzr log -p) and publish them. > If you merge instead of rebasing, you'll have old patches in the tree > and merge changes spread

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-26 Thread MARK CALLAGHAN
On Fri, Feb 26, 2010 at 6:36 AM, Sergei Golubchik wrote: > Hi, MARK! > > On Feb 25, MARK CALLAGHAN wrote: >> >> I know this question is more about official MySQL than MariaDB, but it >> is also about sharing code we write at Facebook and all of the patches >> we publish can be reused by others as

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-26 Thread MARK CALLAGHAN
On Fri, Feb 26, 2010 at 1:30 AM, Sergei Golubchik wrote: > Hi, MARK! > > On Feb 25, MARK CALLAGHAN wrote: >> >> One other comment. I don't think the official releases are in >> launchpad. If they were I imagine this would be easier to do. Of >> course, anyone could republish the official releases

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-25 Thread Arjen Lentz
Hi Mark On 26/02/2010, at 3:14 AM, MARK CALLAGHAN wrote: I know this question is more about official MySQL than MariaDB, but it is also about sharing code we write at Facebook and all of the patches we publish can be reused by others as long as others accept BSD contributions. I am getting read

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-25 Thread MARK CALLAGHAN
One other comment. I don't think the official releases are in launchpad. If they were I imagine this would be easier to do. Of course, anyone could republish the official releases there. -- Mark Callaghan mdcal...@gmail.com ___ Mailing list: https://la

[Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-25 Thread MARK CALLAGHAN
I know this question is more about official MySQL than MariaDB, but it is also about sharing code we write at Facebook and all of the patches we publish can be reused by others as long as others accept BSD contributions. I am getting ready to publish facebook patches for mysql 5.1. We use git inte