Unknown option 'data_table' OQGraph in MariaDB 10.0.7

I am trying to evaluate MariaDB and OQGraph and am having difficulty creating the tables. I follow the examples exactly as on the site. I create the backing table, I insert some data into the backing table, I attempt to create the graph table and I get an error that the option 'data_table' is unknown.

I am using MariaDB 10.0.7 on CentOS 6.5.

Any advice would be greatly appreciated.

Preston

Answer

OQGraph was not properly installed. I assumed that when it accepted the ENGINE=OQGRAPH that it was installed correctly. Bad assumption. You can use any text you want for the engine even if the engine doesn't exist.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.