Bug#383826: AW: Bug#383826: mysql Time-Sorting is not working

2006-08-25 Thread Michael Sordje
: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: Bug#383826: mysql Time-Sorting is not working tags 383826 + unreproducible moreinfo upstream stop Hello Michael On 2006-08-19 Michael Sordje wrote: > Version: 5.0.22-4 At least in the 5.0.24-1 I've running here everything looks fine. If it

Bug#383826: mysql Time-Sorting is not working

2006-08-24 Thread Christian Hammers
tags 383826 + unreproducible moreinfo upstream stop Hello Michael On 2006-08-19 Michael Sordje wrote: > Version: 5.0.22-4 At least in the 5.0.24-1 I've running here everything looks fine. If it does not for you, please provide the complete "mysqldump" of your test table and the output of the SELE

Bug#383826: mysql Time-Sorting is not working

2006-08-19 Thread Michael Sordje
Package: mysql-server-5.0 Version: 5.0.22-4   Problem occurs here:   I have a table: Fields: id (INT), starttime (DATETIME), runtime (INT)   Works: SELECT id FROM table ORDER BY (starttime+INTERVAL runtime SECOND) ASC   Does not work: SELECT id, (starttime+INTERVAL runtime SECON