Hello all,

we will be upgrading our current MySQL version 3.23.40 to 3.23.55, compiled from source. We've always had good luck on our machine compiling from the source as opposed to using binaries.

my question is, I was told, that using the "--enable-thread-safe-client" when compiling was a good idea. I was wondering, if infact this is recommended.

We are on a RH/Linux 6.2 We compile with the 2.91 gcc with no problems, with the last two sources we compiled.

We use the following configuration when we compile:

CCFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/var/lib --with-berkeley-db --without-docs --without-bench \
--without-readline --enable-assembler --with-mysqld-ldflags=-all-static \
--with-mysqld-user=mysql --with-low-memory --with-tcp-port=3306 \
--with-unix-socket=/tmp/mysql.sock --localstatedir=/var/lib/mysql



appreciate any input on using the ""--enable-thread-safe-client" or if it's really needed in our case.


TIA ;)

sql mysql database
--
Mike<mickalo>Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel:  1(985)902-8484
MSN: [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to