Pergunta

I've just installed MariaDB on my Ubuntu 10.04 Lucid Lynx, as explained in this blog: Unfortunately, there is no OQGraph engine in it.

I must admit I'm a little bit confused between MariaDB, OurDelta, OpenQuery... I don't know who is doing what, but I would like to have OQGraph engine on my MariaDB.

Can someone give me a hint?

Foi útil?

Solução

You need to install the plugin first. Run the following sql:

install plugin oqgraph soname 'ha_oqgraph.so';

After that the engine should be visible under SHOW ENGINES.

Outras dicas

OQGraph storage engine is included in MariaDB 5.2.1 Beta. Being a Beta release, go to the MariaDB download page and get it from there. OpenQuery is the developers behind OQGraph storage Engine and they also offer tech support on MySQL and MariaDB. MariaDB is a RDB Management System which uses Aria as the default storage Engine and maintained by Monty Program AB.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top