66 MySQL - Technische Referenz f¨ur Version 5.0.1-alpha
The current stable release ist Version 3.23; We have already moved active Entwicklung to
Version 4.0. Bugs will still be fixed in the stable version. We don’t believe in a complete
freeze, as this also leaves out bug fixes und things that “must be done.” “Somewhat frozen”
means that we may add small things that “almost surely will not affect anything that’s
already working.”
3.2.6 MySQL-Bin¨ardistributionen, die von MySQL AB kompiliert
wurden
Als Service stellen wir bei MySQL AB einen Satz von Bin¨ardistributionen von MySQL
zur Verf¨ugung, die auf unserer Site kompiliert wurden oder auf Sites von Kunden, die uns
freundlicherweise Zugang zu Ihren Maschinen gew¨ahrt haben.
Diese Distributionen werden mit Skripts/make_binary_distribution erzeugt und mit
folgenden Kompilern und Optionen konfiguriert:
SunOS 4.1.4 2 sun4c mit gcc 2.7.2.1
CC=gcc CXX=gcc CXXFLAGS="-O3 -felide-constructors" ./configure
--prefix=/usr/local/mysql --disable-shared --with-extra-
charsets=complex --enable-assembler
SunOS 5.5.1 (und h¨oher) sun4u mit egcs 1.0.3a oder 2.90.27 oder gcc 2.95.2 und neuer
CC=gcc CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
--with-low-memory --with-extra-charsets=complex --enable-assembler
SunOS 5.6 i86pc mit gcc 2.8.1
CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
--with-low-memory --with-extra-charsets=complex
Linux 2.0.33 i386 mit pgcc 2.90.29 (egcs 1.0.3a)
CFLAGS="-O3 -mpentium -mstack-align-double" CXX=gcc CXXFLAGS="-O3
-mpentium -mstack-align-double -felide-constructors -fno-
exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
--enable-assembler --with-mysqld-ldflags=-all-static --with-extra-
charsets=complex
Linux 2.2.x mit x686 mit gcc 2.95.2
CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro
-felide-constructors -fno-exceptions -fno-rtti" ./configure
--prefix=/usr/local/mysql --enable-assembler --with-mysqld-
ldflags=-all-static --disable-shared --with-extra-charset=complex
SCO 3.2v5.0.4 i386 mit gcc 2.7-95q4
CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
--with-extra-charsets=complex
AIX 2 4 mit gcc 2.7.2.2
CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql
--with-extra-charsets=complex
Kommentare zu diesen Handbüchern