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
fa0935de
Commit
fa0935de
authored
Jan 19, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-build
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
49ab428c
98713d64
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
27 deletions
+37
-27
BUILD/SETUP.sh
BUILD/SETUP.sh
+8
-0
BUILD/compile-amd64-debug-max
BUILD/compile-amd64-debug-max
+9
-0
BUILD/compile-amd64-max
BUILD/compile-amd64-max
+8
-0
BUILD/compile-pentium-debug-max
BUILD/compile-pentium-debug-max
+2
-4
BUILD/compile-pentium-debug-max-no-embedded
BUILD/compile-pentium-debug-max-no-embedded
+2
-4
BUILD/compile-pentium-max
BUILD/compile-pentium-max
+2
-7
BUILD/compile-pentium-valgrind-max
BUILD/compile-pentium-valgrind-max
+2
-2
BUILD/compile-ppc-debug-max
BUILD/compile-ppc-debug-max
+2
-4
BUILD/compile-ppc-max
BUILD/compile-ppc-max
+2
-6
No files found.
BUILD/SETUP.sh
View file @
fa0935de
...
...
@@ -41,7 +41,13 @@ global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wch
c_warnings
=
"
$global_warnings
-Wunused"
cxx_warnings
=
"
$global_warnings
-Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
base_max_configs
=
"--with-innodb --with-bdb --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio"
max_leave_isam_configs
=
"--with-innodb --with-bdb --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio --with-embedded-server"
max_no_es_configs
=
"
$max_leave_isam_configs
--without-isam"
max_configs
=
"
$max_no_es_configs
--with-embedded-server"
alpha_cflags
=
"-mcpu=ev6 -Wa,-mev6"
# Not used yet
amd64_cflags
=
"-DBIG_TABLES"
pentium_cflags
=
"-mcpu=pentiumpro"
ppc_cflags
=
"-mpowerpc -mcpu=powerpc"
sparc_cflags
=
""
...
...
@@ -55,9 +61,11 @@ reckless_cflags="-O3 -fomit-frame-pointer "
debug_cflags
=
"-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX"
base_cxxflags
=
"-felide-constructors -fno-exceptions -fno-rtti"
amd64_cxxflags
=
"-DBIG_TABLES"
base_configs
=
"--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-readline"
static_link
=
"--with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static"
amd64_configs
=
""
alpha_configs
=
""
# Not used yet
pentium_configs
=
""
sparc_configs
=
""
...
...
BUILD/compile-amd64-debug-max
0 → 100755
View file @
fa0935de
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$amd64_cflags
$debug_cflags
$max_cflags
"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$amd64_configs
$debug_configs
$max_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-amd64-max
0 → 100755
View file @
fa0935de
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$amd64_cflags
$fast_cflags
$max_cflags
-g"
extra_configs
=
"
$amd64_configs
$max_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-debug-max
View file @
fa0935de
...
...
@@ -3,11 +3,9 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$debug_cflags
"
extra_flags
=
"
$pentium_cflags
$debug_cflags
$max_cflags
"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
"
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster"
extra_configs
=
"
$pentium_configs
$debug_configs
$max_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-debug-max-no-embedded
View file @
fa0935de
...
...
@@ -3,11 +3,9 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$debug_cflags
"
extra_flags
=
"
$pentium_cflags
$debug_cflags
$max_cflags
"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
"
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb --without-isam --with-openssl --with-raid"
extra_configs
=
"
$pentium_configs
$debug_configs
$max_no_es_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-max
View file @
fa0935de
...
...
@@ -3,12 +3,7 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$fast_cflags
-g"
extra_configs
=
"
$pentium_configs
"
#strip=yes
extra_configs
=
"
$extra_configs
--with-innodb --with-berkeley-db
\
--with-embedded-server --enable-thread-safe-client
\
--with-openssl --with-vio --with-raid --with-ndbcluster"
extra_flags
=
"
$pentium_cflags
$fast_cflags
$max_cflags
-g"
extra_configs
=
"
$pentium_configs
$max_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-valgrind-max
View file @
fa0935de
...
...
@@ -3,13 +3,13 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$debug_cflags
-USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
extra_flags
=
"
$pentium_cflags
$debug_cflags
$max_cflags
-USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
"
# We want to test isam when building with valgrind
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb --with-isam --with-embedded-server --with-openssl --with-vio --with-raid --with-ndbcluster
"
extra_configs
=
"
$extra_configs
$max_leave_isam_configs
--with-isam
"
.
"
$path
/FINISH.sh"
...
...
BUILD/compile-ppc-debug-max
View file @
fa0935de
...
...
@@ -3,11 +3,9 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$ppc_cflags
$debug_cflags
"
extra_flags
=
"
$ppc_cflags
$debug_cflags
$max_cflags
"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$debug_configs
"
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster"
extra_configs
=
"
$debug_configs
$max_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-ppc-max
View file @
fa0935de
...
...
@@ -3,11 +3,7 @@
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$ppc_cflags
$fast_cflags
-g"
#strip=yes
extra_configs
=
"
$extra_configs
--with-innodb --with-berkeley-db
\
--with-embedded-server --enable-thread-safe-client
\
--with-openssl --with-vio --with-raid --with-ndbcluster"
extra_flags
=
"
$ppc_cflags
$fast_cflags
$max_cflags
-g"
extra_configs
=
"
$extra_configs
$max_configs
"
.
"
$path
/FINISH.sh"
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