![]() ![]() |
|
![]() ![]() ![]() ![]() |
|
![]() |
![]() 4.11.5.5 Linux-Alpha
The big problem on Linux-Alpha is that there are still some problems with
threads in
Note that before you run any programs that use threads (like Configure MySQL with the following command: shell> CC=gcc CCFLAGS="-Dalpha_linux_port" \ CXX=gcc CXXFLAGS="-O3 -Dalpha_linux_port -felide-constructors -fno-exceptions -fno-rtti" \ ./configure --prefix=/usr/local/mysql
Try to compile
After installing MySQL, uncomment the
Note that Linux-Alpha is still an alpha-quality platform for MySQL.
With the newest If you have problems with signals (MySQL dies unexpectedly under high load) you may have found an OS bug with threads and signals. In this case you can tell MySQL not to use signals by configuring with: shell> CFLAGS=-DDONT_USE_THR_ALARM \ CXXFLAGS=-DDONT_USE_THR_ALARM \ ./configure ...
This doesn't affect the performance of MySQL, but has the side
effect that you can't kill clients that are ``sleeping'' on a connection with
|