Galera Server: Unknown Option

Bug #1361546 reported by Brian LaVallee
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OQGRAPH
New
Undecided
Andrew McDonnell

Bug Description

Not important, low priority, and just something that I tired....
File it away however you like, but personally think it would be nice to have Galera support.

After a few tries... I was able to add the OQGRAPH to MariaDB-Galera-10.0.12-centos6-i686-server. (rpm --nodeps)

Anyway, it installed cleanly, was listed under 'show engines', but wouldn't create an a table.

MariaDB [test]> CREATE TABLE oq_graph (
    -> latch VARCHAR(32) NULL,
    -> origid BIGINT UNSIGNED NULL,
    -> destid BIGINT UNSIGNED NULL,
    -> weight DOUBLE NULL,
    -> seq BIGINT UNSIGNED NULL,
    -> linkid BIGINT UNSIGNED NULL,
    -> KEY (latch, origid, destid) USING HASH,
    -> KEY (latch, destid, origid) USING HASH
    -> )
    -> ENGINE=OQGRAPH
    -> data_table='oq_backing' origid='origid' destid='destid';
ERROR 1911 (HY000): Unknown option 'data_table'

Revision history for this message
Federico Razzoli (santec) wrote :

I was unable to find out if OQGRAPH can reliably be used with MariaDB+Galera. Galera support is very important for me, because I need to move from native replication to Galera.

Revision history for this message
Arjen Lentz (arjen-lentz) wrote :

Hi Federico
That error 1911 Unknown option is most curious, because of course the data_table option is definitely known.
The code might be reporting back the wrong error, so we need to work out what the actual problem was.

OQGRAPH should work with Galera, provided you use InnoDB backing tables.
If it doesn't, that'd be a bug.

All that said, if you are able to report the bug on MariaDB's JIRA tracker, that'd be great - that's where everything happens these days. I have assigned the issue here to Andrew McDonnell anyway, so he will be aware.
thanks

Changed in oqgraph:
assignee: nobody → Andrew McDonnell (andymc73)
Revision history for this message
Nirbhay Choubey (nirbhay) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.