Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
671e9ae0
Commit
671e9ae0
authored
Aug 27, 2002
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
parents
8c71a53b
812f5458
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
13 deletions
+30
-13
Build-tools/Do-compile
Build-tools/Do-compile
+6
-2
Docs/manual.texi
Docs/manual.texi
+24
-11
No files found.
Build-tools/Do-compile
View file @
671e9ae0
...
@@ -5,9 +5,9 @@ $opt_distribution=$opt_user=$opt_result=$opt_config_options=$opt_config_env="";
...
@@ -5,9 +5,9 @@ $opt_distribution=$opt_user=$opt_result=$opt_config_options=$opt_config_env="";
$opt_dbd_options
=
$opt_perl_options
=
$opt_make_options
=
$opt_suffix
=
"";
$opt_dbd_options
=
$opt_perl_options
=
$opt_make_options
=
$opt_suffix
=
"";
$opt_tmp
=
$opt_version_suffix
=
"";
$opt_tmp
=
$opt_version_suffix
=
"";
$opt_help
=
$opt_Information
=
$opt_delete
=
$opt_debug
=
$opt_stage
=
$opt_rsh_mail
=
$opt_no_test
=
$opt_no_perl
=
$opt_with_low_memory
=
$opt_fast_benchmark
=
$opt_static_client
=
$opt_static_server
=
$opt_static_perl
=
$opt_sur
=
$opt_with_small_disk
=
$opt_local_perl
=
$opt_tcpip
=
$opt_build_thread
=
$opt_no_mysqltest
=
$opt_use_old_distribution
=
$opt_enable_shared
=
$opt_no_crash_me
=
$opt_no_strip
=
0
;
$opt_help
=
$opt_Information
=
$opt_delete
=
$opt_debug
=
$opt_stage
=
$opt_rsh_mail
=
$opt_no_test
=
$opt_no_perl
=
$opt_with_low_memory
=
$opt_fast_benchmark
=
$opt_static_client
=
$opt_static_server
=
$opt_static_perl
=
$opt_sur
=
$opt_with_small_disk
=
$opt_local_perl
=
$opt_tcpip
=
$opt_build_thread
=
$opt_no_mysqltest
=
$opt_use_old_distribution
=
$opt_enable_shared
=
$opt_no_crash_me
=
$opt_no_strip
=
0
;
$opt_innodb
=
$opt_bdb
=
0
;
$opt_innodb
=
$opt_bdb
=
$opt_raid
=
0
;
GetOptions
("
Information
","
help
","
distribution=s
","
user=s
","
result=s
","
delete
","
no-test
","
no-mysqltest
","
perl-files=s
","
debug
","
config-options=s
","
config-env=s
","
stage=i
","
rsh-mail
","
with-low-memory
","
fast-benchmark
","
tmp=s
","
static-client
","
static-server
","
static-perl
","
no-perl
","
local-perl
","
perl-options=s
","
make-options=s
",
"
sur
","
with-small-disk
","
dbd-options=s
","
tcpip
","
suffix=s
","
build-thread=i
","
innodb
","
bdb
","
use-old-distribution
","
enable-shared
","
no-crash-me
","
no-strip
","
version-suffix=s
",
"
with-other-libc=s
")
||
usage
();
GetOptions
("
Information
","
help
","
distribution=s
","
user=s
","
result=s
","
delete
","
no-test
","
no-mysqltest
","
perl-files=s
","
debug
","
config-options=s
","
config-env=s
","
stage=i
","
rsh-mail
","
with-low-memory
","
fast-benchmark
","
tmp=s
","
static-client
","
static-server
","
static-perl
","
no-perl
","
local-perl
","
perl-options=s
","
make-options=s
",
"
sur
","
with-small-disk
","
dbd-options=s
","
tcpip
","
suffix=s
","
build-thread=i
","
innodb
","
bdb
","
raid
","
use-old-distribution
","
enable-shared
","
no-crash-me
","
no-strip
","
version-suffix=s
",
"
with-other-libc=s
")
||
usage
();
usage
()
if
(
$opt_help
||
$opt_Information
);
usage
()
if
(
$opt_help
||
$opt_Information
);
usage
()
if
(
!
$opt_distribution
);
usage
()
if
(
!
$opt_distribution
);
...
@@ -169,6 +169,10 @@ if ($opt_stage <= 1)
...
@@ -169,6 +169,10 @@ if ($opt_stage <= 1)
{
{
$opt_config_options
.=
"
--with-berkeley-db
"
$opt_config_options
.=
"
--with-berkeley-db
"
}
}
if
(
$opt_raid
)
{
$opt_config_options
.=
"
--with-raid
"
}
if
(
$opt_innodb
)
if
(
$opt_innodb
)
{
{
$opt_config_options
.=
"
--with-innodb
"
$opt_config_options
.=
"
--with-innodb
"
...
...
Docs/manual.texi
View file @
671e9ae0
...
@@ -9092,23 +9092,27 @@ tested on Linux-Alpha. If you plan to use MySQL on Linux-Alpha,
...
@@ -9092,23 +9092,27 @@ tested on Linux-Alpha. If you plan to use MySQL on Linux-Alpha,
you should ensure that you have this version or newer.
you should ensure that you have this version or newer.
We have tested MySQL on Alpha with our benchmarks and test suite,
We have tested MySQL on Alpha with our benchmarks and test suite,
and it appears to work nicely. The main thing we haven't yet had time to
and it appears to work nicely.
test is how things works with many concurrent users.
W
hen we compiled the standard MySQL binary we are using SuSE 6.4
,
W
e currently build the MySQL binary packages on SuSE Linux 7.0 for AXP
,
kernel 2.
2.13-SMP, Compaq C compiler (V6.2-504
) and Compaq C++ compiler
kernel 2.
4.4-SMP, Compaq C compiler (V6.2-505
) and Compaq C++ compiler
(V6.3-00
5) on a Com
aq DS20 machine with an Alpha EV6 processor.
(V6.3-00
6) on a Comp
aq DS20 machine with an Alpha EV6 processor.
You can find the above compilers at
You can find the above compilers at
@uref{http://www.support.compaq.com/alpha-tools/}). By using these compilers,
@uref{http://www.support.compaq.com/alpha-tools/}). By using these compilers,
instead of gcc, we get about 9-14% better performance with MySQL.
instead of gcc, we get about 9-14% better performance with MySQL.
Note that the configure line optimised the binary for the current CPU; this
Note that until MySQL version 3.23.52 and 4.0.2 we optimised the binary for
means you can only use our binary if you have an Alpha EV6 processor. We also
the current CPU only (by using the @code{-fast} compile option); this meant
compile statically to avoid library problems.
that you could only use our binaries if you had an Alpha EV6 processor.
Starting with all following releases we added the @code{-arch generic} flag
to our compile options, which makes sure the binary runs on all Alpha
processors. We also compile statically to avoid library problems.
@example
@example
CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" \
CC=ccc CFLAGS="-fast -arch generic" CXX=cxx \
CXXFLAGS="-fast -arch generic -noexceptions -nortti" \
./configure --prefix=/usr/local/mysql --disable-shared \
./configure --prefix=/usr/local/mysql --disable-shared \
--with-extra-charsets=complex --enable-thread-safe-client \
--with-extra-charsets=complex --enable-thread-safe-client \
--with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared
--with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared
...
@@ -50324,14 +50328,23 @@ each individual 4.0.x release.
...
@@ -50324,14 +50328,23 @@ each individual 4.0.x release.
@menu
@menu
* News-4.0.3:: Changes in release 4.0.3 (Aug 2002: Beta)
* News-4.0.4:: Changes in release 4.0.4
* News-4.0.3:: Changes in release 4.0.3 (27 Aug 2002: Beta)
* News-4.0.2:: Changes in release 4.0.2 (01 Jul 2002)
* News-4.0.2:: Changes in release 4.0.2 (01 Jul 2002)
* News-4.0.1:: Changes in release 4.0.1 (23 Dec 2001)
* News-4.0.1:: Changes in release 4.0.1 (23 Dec 2001)
* News-4.0.0:: Changes in release 4.0.0 (Oct 2001: Alpha)
* News-4.0.0:: Changes in release 4.0.0 (Oct 2001: Alpha)
@end menu
@end menu
@node News-4.0.4, News-4.0.3, News-4.0.x, News-4.0.x
@appendixsubsec Changes in release 4.0.4
@itemize @bullet
@item
Fixed bug in checking for output file name of the @code{tee} option
@end itemize
@node News-4.0.3, News-4.0.2, News-4.0.x, News-4.0.x
@node News-4.0.3, News-4.0.2, News-4.0.x, News-4.0.x
@appendixsubsec Changes in release 4.0.3 (Aug 2002: Beta)
@appendixsubsec Changes in release 4.0.3 (
27
Aug 2002: Beta)
@itemize @bullet
@itemize @bullet
@item
@item
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment