← Back to team overview

oqgraph-dev team mailing list archive

v3 ORDER BY

 

SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6;
works

SELECT * FROM graph WHERE latch=1 AND origid=1 AND destid=6 ORDER BY seq;
segfaults.

What I actually tried first (to be a bastard) was ORDER BY seq DESC, which crashed, but since ascending also crashed the bug might have a different cause.


-- 
Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)
Australian peace of mind for your MySQL/MariaDB infrastructure.

Follow us at http://openquery.com/blog/ & http://twitter.com/openquery



Follow ups