Details
Description
I have the weird situation that querying dijkstras shortest path on an OQGraph table, which has an InnoDB backing table sometimes results in a crash. Stacktrace attached.
This is the query I run:
SELECT * FROM oq_graph WHERE latch='dijkstras' AND origid=0;
The weird thing is that after the server automatically restarts after the crash, the query works. Then I run mysqlcheck on the entire database and after running it the query causes the crash again. So I somehow ended up in an endless loop here :/
Gliffy Diagrams
Attachments
Issue Links
- is blocked by
-
MDEV-5891 Assertion `! ((size_t)orig == (size_t)-1 && (size_t)dest == (size_t)-1)' failed in open_query::edges_cursor::fetch_row(..) with InnoDB backing table
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
I presume the problem might be related to
MDEV-5891