Kevin Wilson wrote:
> > -24988,ERR_SQL: sql error > -24300,SQL error (100): Row not found > > maxdb v7.5.0.23 > dbmgui v7.5.0.18 > > > After doing a select with order by on the default serial > primary key column > the results only sort in ascending order when I specify descending. I > attempted to rebuild the serial index for the table but I > receive the above > error when doing so. I also tried to rebuild a different > index in the table > and received the same result. > > Anyone have a prognosis? Hi, we had some bugs with a new implemented feature in 7.5 wich should use primary key or index to get rows in reverse order of this key or index. Please update to newest version in 7.5 or disable this feature by setting database parameter OPTIMIZE_FETCH_REVERSE to NO. Kind regards Holger -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]