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

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