[Maria-discuss] problems with innodb
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? Many thanks, Alex
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.
Folks, I aware about it. The line I am using --with-plugins=max Thanks! Obrigado!! AA 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.
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
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
On 3/11/2010 10:20 AM, Alexandre Almeida wrote: 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.
Hi Alexandre On 12/03/2010, at 1:20 AM, Alexandre Almeida wrote:
I aware about it. The line I am using --with-plugins=max
For quick compiles, best to use the BUILD/compile-* build scripts. There's more that you need to get right than just which plugins, so if you assemble your own configure line it's very easy to miss something. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http://ourdelta.org
participants (3)
-
Alexandre Almeida
-
Arjen Lentz
-
Brian Evans