Re: problem with with-extra-charsets=none

2004-02-20 Thread Przemyslaw Popielarski
Jeremy March wrote: > I think --with-extra-charsets=none means that no additional character > sets will be _compiled_ into the server. Complex character sets must be > compiled into MySQL, but simple ones can be loaded dynamically. I think > the character sets you are seeing are ones that can be

Re: problem with with-extra-charsets=none

2004-02-19 Thread Jeremy March
I think --with-extra-charsets=none means that no additional character sets will be _compiled_ into the server. Complex character sets must be compiled into MySQL, but simple ones can be loaded dynamically. I think the character sets you are seeing are ones that can be loaded dynamically. For ins

Re: problem with with-extra-charsets=none

2004-02-19 Thread Przemyslaw Popielarski
Egor Egorov wrote: > > Why do I still get all these character sets and how to get rid of them ? > If you want to have only latin1 configure MySQL with --with-charset=latin1 option, > additional character sets you can define with --with-extra-charsets option. This was the first what I did. And the

Re: problem with with-extra-charsets=none

2004-02-19 Thread Egor Egorov
"Przemyslaw Popielarski" <[EMAIL PROTECTED]> wrote: > I'm trying to build MySQL 4.0.18 for Linux x86 2.4.24 from source without > support for extra charsets. Lets say I need only latin1. > > My configure: > > FLAGS="-O3 -march=pentium4 -mcpu=pentium4 -fomit-frame-pointer" CXX=gcc > CXXFLAGS="-O3

problem with with-extra-charsets=none

2004-02-18 Thread Przemyslaw Popielarski
I'm trying to build MySQL 4.0.18 for Linux x86 2.4.24 from source without support for extra charsets. Lets say I need only latin1. My configure: FLAGS="-O3 -march=pentium4 -mcpu=pentium4 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -march=pentium4 -mcpu=pentium4 -felide-constructors -fno-exceptio