Comment 1 for bug 684277

Revision history for this message
Patrick Crews (patrick-crews) wrote :

http://dev.mysql.com/doc/refman/5.1/en/create-index.html
An index_col_name specification can end with ASC or DESC. These keywords are permitted for future extensions for specifying ascending or descending index value storage. Currently, they are parsed but ignored; index values are always stored in ascending order.

/facepalm
My mistake