Arjen Lentz (arjen-lentz) has assigned this bug to you for OQGRAPH: 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 ** Affects: oqgraph Importance: Undecided Assignee: OQgraph developers (oqgraph-dev) Status: New -- Table marked as crashed https://bugs.launchpad.net/bugs/535225 You received this bug notification because you are a member of OQgraph developers, which is a bug assignee. -- 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