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
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
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:
++-+---