Alexander Barkov wrote on Mon Aug 20 13:37:46 2001:
>
> Problem is that MySQL case-insensitive.
> I have no ideas how to overcome this problem.
This problem seems solved adding BINARY attribute to the "url"
varchar field of "url" table.
I altered this field with
mysql> alter table url modify
Hi,
Try to use PostgreSQL (http://www.postgresql.org).
Or package from www.sunfreeware.com:
http://www.sunfreeware.com/solaris_2.5_list.html#postgresql - but this
is an old version.
Alexander Barkov wrote:
>
> Problem is that MySQL case-insensitive.
> I have no ideas how to overcome this proble
Problem is that MySQL case-insensitive.
I have no ideas how to overcome this problem.
Maxime Zakharov wrote:
>
> Dominique Asselineau wrote:
> >
> > mnoGoSearch 3.1.17
> > platform: Sun Sparc
> > OS: Solaris 2.5.1
> > Database: MySQL 3.22.32
> >
> > Hello !
> >
> > At indexing t
Dominique Asselineau wrote:
>
> mnoGoSearch 3.1.17
> platform: Sun Sparc
> OS: Solaris 2.5.1
> Database: MySQL 3.22.32
>
> Hello !
>
> At indexing time, it seems the URL case is insensitive.
>
> E.g. for
> http://site/dir/
> and
> http://site/Dir/
> only one directory i
mnoGoSearch 3.1.17
platform: Sun Sparc
OS: Solaris 2.5.1
Database: MySQL 3.22.32
Hello !
At indexing time, it seems the URL case is insensitive.
E.g. for
http://site/dir/
and
http://site/Dir/
only one directory is indexed, even if they contain different files.
Here is