Skip to content

Commit f4c589f

Browse files
Import changeset
1 parent 7eec25e commit f4c589f

2,375 files changed

Lines changed: 454571 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cvsignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.snprj
2+
COPYING
3+
COPYING.LIB
4+
INSTALL-SOURCE
5+
INSTALL-SOURCE-GENERIC
6+
Logs
7+
MIRRORS
8+
Makefile
9+
Makefile.in
10+
NEW-RPMS
11+
PUBLIC
12+
Projects
13+
TODO
14+
WIN-LICENSE
15+
aclocal.m4
16+
binary
17+
compile
18+
confdefs.h
19+
config.cache
20+
config.h
21+
config.log
22+
config.status
23+
configure
24+
configure.in-removed
25+
conftest.c
26+
conftest.s1
27+
conftest.s2
28+
conftest.subs
29+
internal-docs
30+
libtool
31+
linked_client_sources
32+
linked_server_sources
33+
mysql-copyright-120700-194832
34+
mysql-copyright-120700-221248
35+
skr
36+
stamp-h
37+
tmp

BUILD/.cvsignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
compile-pentium-test

BUILD/compile-alpha

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P */*.o
3+
/bin/rm -f config.cache
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CFLAGS="-O6 -fomit-frame-pointer -mcpu=ev6 -Wa,-mev6" CXX=gcc CXXFLAGS="-O6 -mcpu=ev6 -Wa,-mev6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex
7+
make

BUILD/compile-alpha-ccc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/bin/rm -f */.deps/*.P */*.o
2+
make -k clean
3+
/bin/rm -f */.deps/*.P */*.o
4+
/bin/rm -f config.cache mysql-*.tar.gz
5+
aclocal; autoheader; aclocal; automake; autoconf
6+
7+
CC=ccc CFLAGS="-fast -O3 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -mcpu=ev6 -Wa,-mev6" CXXLDFLAGS='/usr/lib/compaq/libots-2.2.7/libots.so /usr/lib/compaq/cpml-5.0.0/libcpml_ev6.a' ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex
8+
make
9+
if [ $? = 0 ]
10+
then
11+
rm */.deps/*
12+
bin/mysqladmin shutdown
13+
make install
14+
if [ $? = 0 ]
15+
then
16+
scripts/make_binary_distribution
17+
fi
18+
fi
19+
20+
exit
21+
22+
# This should give better performance by compiling many files at once, but
23+
# according to our benchmarks there isn't any real difference.
24+
25+
pwd=`pwd`
26+
for i in */make-ccc
27+
do
28+
cd `dirname $i`
29+
make-ccc
30+
cd $pwd
31+
done
32+
cd sql
33+
rm mysqld .deps/*.P
34+
make mysqld
35+
cd $pwd

BUILD/compile-alpha-debug

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P
3+
/bin/rm -f config.cache
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug
7+
make

BUILD/compile-ia64-O0

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P config.cache
3+
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CFLAGS="-O0 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O0 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
7+
make
8+
strip sql/mysqld
9+
10+
11+
12+

BUILD/compile-ia64-O0-sgicc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P config.cache
3+
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CC=sgicc CFLAGS="-O0" CXX=sgicc CXXFLAGS="-O0" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
7+
make
8+
strip sql/mysqld
9+
10+
11+
12+

BUILD/compile-ia64-O2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P config.cache
3+
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CFLAGS="-O2 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O2 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
7+
make
8+
strip sql/mysqld
9+
10+
11+
12+

BUILD/compile-ia64-O2-sgicc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P config.cache
3+
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CC=sgicc CFLAGS="-O2" CXX=sgicc CXXFLAGS="-O2" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
7+
make
8+
strip sql/mysqld
9+
10+
11+
12+

BUILD/compile-ia64-O6

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
make -k clean
2+
/bin/rm -f */.deps/*.P config.cache
3+
4+
aclocal; autoheader; aclocal; automake; autoconf
5+
6+
CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
7+
make
8+
strip sql/mysqld

0 commit comments

Comments
 (0)