This is probably more to do with rnd_pos() and position().
if ref_len is made long enough to encode a row, then we can fudge it.

On 24 Feb, 2013, at 10:45 pm, Arjen Lentz wrote:

> 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
> 


-- 
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

Reply via email to