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
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
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
"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
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