Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-27 Thread Robin H. Johnson
On Fri, Feb 27, 2009 at 01:48:14AM -0500, Caleb Cushing wrote: On Thu, Feb 26, 2009 at 2:08 AM, Robin H. Johnson robb...@gentoo.org wrote: There were security changes in MySQL that caused the patches to not work quite right anymore. Percona has updated patches, I just haven't got to them

Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-27 Thread Caleb Cushing
On Fri, Feb 27, 2009 at 2:01 AM, Robin H. Johnson robb...@gentoo.org wrote: Yes. There is a well defined order, you can get it from their SRPM specfile. Also check to see which patches it deliberately DOESN'T apply. Percona 5.0.75-b12 skipped the binlog-mirroring patch EG.

Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-27 Thread Caleb Cushing
I went ahead and use the order you used previously all the patches apply, but it still doesn't build. 86_64-pc-linux-gnu-g++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr\ -DDATADIR=\/var/lib/mysql\ -DSHAREDIR=\/usr/share/mysql\ -I. -I../include -I../innobase/include

Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-27 Thread Gordon Malm
On Friday, February 27, 2009 15:12:04 Caleb Cushing wrote: I went ahead and use the order you used previously all the patches apply, but it still doesn't build. 86_64-pc-linux-gnu-g++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr\ -DDATADIR=\/var/lib/mysql\

[gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-26 Thread Caleb Cushing
this is semi-targeted @ robbat2 So I've been working on getting this ebuild working... here's what I know * 1001_all_show_patches-percona-5.0.75-b12.patch ... [ ok ] all patches before this work and mysql builds --- these are the only later patches that will cleanly apply *

Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras

2009-02-26 Thread Robin H. Johnson
On Thu, Feb 26, 2009 at 03:06:11AM -0500, Caleb Cushing wrote: this is semi-targeted @ robbat2 So I've been working on getting this ebuild working... here's what I know ... but with these patches mysql fails to build. There were security changes in MySQL that caused the patches to not work