Galera Server: Unknown Option
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-
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=
ERROR 1911 (HY000): Unknown option 'data_table'
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.