On 3/11/2010 10:20 AM, Alexandre Almeida wrote:
Folks,

    I aware about it. The line I am using

    --with-plugins=max

    Thanks! Obrigado!!

AA
 ~/mariadb-5.1.42 $ ./configure --with-plugins=max:
configure: WARNING: Example Storage Engine can only be built as a plugin
configure: WARNING: IBM DB2 for i Storage Engine can only be built as a plugin
checking whether to use MyISAM Storage Engine... yes
checking whether to use Partition Support... yes
checking whether to use Archive Storage Engine... yes
checking whether to use Blackhole Storage Engine... yes
checking whether to use CSV Storage Engine... yes
checking whether to use Example Storage Engine... plugin
checking whether to use FederatedX Storage Engine... yes
checking whether to use Memory Storage Engine... yes
checking whether to use IBM DB2 for i Storage Engine... no
checking whether to use Maria Storage Engine... yes
checking whether to use MyISAM MERGE Engine... yes
checking whether to use Cluster Storage Engine... no
checking whether to use PBXT Storage Engine... yes
checking whether to use InnoDB Storage Engine... yes


Also check your configuration to see if you have ignore_builtin_innodb or skip_innodb set





Em 11/03/2010, às 10:22, Brian Evans escreveu:

On 3/11/2010 7:37 AM, Alexandre Almeida wrote:
Hi guys,

   I am building MariaDB from source and it doesn't come with innodb.

   I have tried the parameters: all and innobase.

   Is there anything else I can pass on command line to get innodb
running at my MariaDB?

Works for me. (Gentoo ebuild)

What is your configure line? (specifically include the plugins)

For the record, Percona XtraDB has replaced InnoDB in MariaDB.
The parameter to build and use XtraDB is still innodb though.