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
387a01dd
Commit
387a01dd
authored
Jul 29, 2004
by
pem@mysql.comhem.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added --with-ndbcluster config option to compile-pentium-valgrind-max
(since it's in the other -max builds already).
parent
ec65f2b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
BUILD/compile-pentium-max
BUILD/compile-pentium-max
+0
-5
BUILD/compile-pentium-valgrind-max
BUILD/compile-pentium-valgrind-max
+1
-1
No files found.
BUILD/compile-pentium-max
View file @
387a01dd
...
...
@@ -7,11 +7,6 @@ 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"
# removed per discussion with Brian and Sanja because it makes Bootstrap
# fail
extra_configs
=
"
$extra_configs
--with-innodb --with-berkeley-db
\
--with-embedded-server --enable-thread-safe-client
\
--with-openssl --with-vio --with-raid --with-ndbcluster"
...
...
BUILD/compile-pentium-valgrind-max
View file @
387a01dd
...
...
@@ -9,7 +9,7 @@ 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"
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb --with-isam --with-embedded-server --with-openssl
--with-vio --with-raid --with-ndbcluster
"
.
"
$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