v3 should resolve this as it no longer stores its own data but instead shims on a regular engine for its persistent storage.
** Changed in: oqgraph Assignee: Antony T Curtis (atcurtis) => OQgraph developers (oqgraph-dev) ** Changed in: oqgraph Status: New => In Progress -- You received this bug notification because you are a member of OQgraph developers, which is a bug assignee. https://bugs.launchpad.net/bugs/535225 Title: Table marked as crashed Status in OQGraph Engine for MariaDB: In Progress Bug description: When loading data into OQGRAPH MySQL is reporting: ERROR 1194 (HY000): Table 'edges' is marked as crashed and should be repaired Here is the query used to load data: INSERT INTO edges (origid,destid) SELECT p_ino,st_ino FROM imd; and here is a sample of the data being inserted: +-----------+------------+ | p_ino | st_ino | +-----------+------------+ | 113639424 | 113639425 | | 113639424 | 111525270 | | 113639424 | 381625582 | | 113639424 | 3917221644 | | 113639424 | 87451732 | | 113639424 | 123690665 | | 113639425 | 113639426 | | 113639425 | 113704960 | | 113639425 | 113836068 | | 113639425 | 94051877 | +-----------+------------+ System info: MySQL = MariaDB 5.1.42 To manage notifications about this bug go to: https://bugs.launchpad.net/oqgraph/+bug/535225/+subscriptions -- Mailing list: https://launchpad.net/~oqgraph-dev Post to : oqgraph-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~oqgraph-dev More help : https://help.launchpad.net/ListHelp