Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top