Re: mysql 5.5.3 and innodb from source. (SOLVED)

2010-07-18 Thread Andrés Tello
Thanks to everybody, and to Rob Wultsch, his link helped me to understand what I was doing... ./configure select an automake configure or a perl one... I ended building mysql with innodb,heap,myisam and partitions, statically built with: ./configure --with-plugins=heap,partition,innobase,myisam

Re: mysql 5.5.3 and innodb from source.

2010-07-18 Thread Rob Wultsch
On Sat, Jul 17, 2010 at 7:34 AM, Andrés Tello wrote: > Who you build mysql 5.5.3 with innodb suport? > > I made > sh configure.am --with-plugins=all > I see the makefile at innodb subdir being created. > I build the system correctly but when I log in to the mysql 5 instance and > do a > > show eng

mysql 5.5.3 and innodb from source.

2010-07-17 Thread Andrés Tello
Who you build mysql 5.5.3 with innodb suport? I made sh configure.am --with-plugins=all I see the makefile at innodb subdir being created. I build the system correctly but when I log in to the mysql 5 instance and do a show engines; I only have this: ++-+---