On Sat, 3 Jul 2004, Ehsan Akhgari wrote:

> > For proper sorting using Glibc, it's not enough that the
> > application use Glibc, but it should call the sorting
> > function of Glibc too! (which apparently MySql does not).
>
> Right.
>
> I'd like to spend some time trying to patch MySQL sources to use glibc
> collation functions before I give up and sort the data at the client side.
> Would you mind letting me know which version of glibc I should be using?
> Also, is there any resource/documentation/how-to available which can guide
> me in this job?

It's not any easy to do what you are saying here, unless you make
sure you ALWAYS run your mysql under the same (fa_IR) locale, and
that the locale data does not change.  Any Glibc version >= 2.2
should be Ok.

> Thanks!
>
> -------------
> Ehsan Akhgari

--behdad
  behdad.org
_______________________________________________
PersianComputing mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/persiancomputing

Reply via email to