Can mysql do DESC indexes?

2004-02-13 Thread Jonas Lindén
Hello, can the new version of mysql 5 do reversed indexes? 

CREATE INDEX table ON (name(10) DESC);

In manual it is described to be a fortcoming feature but and to be ignored in present 
version. 

regards
/Jonas

Re: Can mysql do DESC indexes?

2004-02-13 Thread Egor Egorov
Jonas Lind?n [EMAIL PROTECTED] wrote:
 Hello, can the new version of mysql 5 do reversed indexes? 
 
 CREATE INDEX table ON (name(10) DESC);
 
 In manual it is described to be a fortcoming feature but and to be ignored in 
 present version. 

Currently it does nothing. Indexes are stored in the ascending order.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]