Commit graph

3 commits

Author SHA1 Message Date
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
dc8d3d0bec Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB
and auto_increment keys

Problems: 
  1. ALTER TABLE ... ORDER BY... doesn't make sence if there's a 
     user-defined clustered index in the table.
  2. using a secondary index is slower than using a clustered one 
     for a table scan.

Fixes:
  1. raise a warning.
  2. use the clustered index.
2007-11-07 19:59:58 +04:00
msvensson@neptunus.(none)
82103ed9b3 Update test results
Fix merge problem
2006-06-11 09:04:23 +02:00
msvensson@neptunus.(none)
5367facc66 Move innodb dependent test to join_outer_innodb 2006-05-22 13:57:32 +02:00