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
5cde0ca7
Commit
5cde0ca7
authored
Aug 10, 2010
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created *-all build scripts that build with ndb
(as -max scripts don't)
parent
096666fc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
4 deletions
+33
-4
BUILD/SETUP.sh
BUILD/SETUP.sh
+3
-4
BUILD/compile-amd64-debug-all
BUILD/compile-amd64-debug-all
+7
-0
BUILD/compile-pentium-debug-all
BUILD/compile-pentium-debug-all
+10
-0
BUILD/compile-pentium64-debug-all
BUILD/compile-pentium64-debug-all
+12
-0
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-0
No files found.
BUILD/SETUP.sh
View file @
5cde0ca7
...
...
@@ -91,8 +91,8 @@ path=`dirname $0`
get_make_parallel_flag
# SSL library to use.--with-ssl will select our bundled yaSSL
# implementation of SSL. To use
openSSl you will nee too point out
# the location of
openSSL headers and l
bs on your system.
# implementation of SSL. To use
OpenSSL you will need to specify
# the location of
OpenSSL headers and li
bs on your system.
# Ex --with-ssl=/usr
SSL_LIBRARY
=
--with-ssl
...
...
@@ -182,8 +182,7 @@ max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
max_no_qc_configs
=
"
$SSL_LIBRARY
--with-plugins=max --without-query-cache"
max_no_ndb_configs
=
"
$SSL_LIBRARY
--with-plugins=max-no-ndb --with-embedded-server --with-libevent"
max_configs
=
"
$SSL_LIBRARY
--with-plugins=max --with-embedded-server --with-libevent"
# Disable NDB in maria max builds
max_configs
=
$max_no_ndb_configs
all_configs
=
"
$SSL_LIBRARY
--with-plugins=max --with-plugin-ndbcluster --with-embedded-server --with-libevent"
#
# CPU and platform specific compilation flags.
...
...
BUILD/compile-amd64-debug-all
0 → 100755
View file @
5cde0ca7
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$amd64_cflags
$debug_cflags
"
extra_configs
=
"
$amd64_configs
$debug_configs
$all_configs
"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium-debug-all
0 → 100755
View file @
5cde0ca7
#! /bin/sh
path
=
`
dirname
$0
`
set
--
"
$@
"
--with-debug
=
full
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$debug_cflags
"
extra_configs
=
"
$pentium_configs
$debug_configs
$all_configs
$error_inject
--with-experimental-collations"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium64-debug-all
0 → 100755
View file @
5cde0ca7
#! /bin/sh
path
=
`
dirname
$0
`
set
--
"
$@
"
--with-debug
=
full
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium64_cflags
$debug_cflags
"
extra_configs
=
"
$pentium_configs
$debug_configs
$all_configs
"
extra_configs
=
"
$extra_configs
"
CC
=
"
$CC
--pipe"
.
"
$path
/FINISH.sh"
mysql-test/mysql-test-run.pl
View file @
5cde0ca7
...
...
@@ -4039,6 +4039,7 @@ sub extract_warning_lines ($) {
qr/Now setting lower_case_table_names to [02]/
,
qr/Setting lower_case_table_names=2/
,
qr/You have forced lower_case_table_names to 0/
,
qr/Plugin 'ndbcluster' will be forced to shutdow/
,
qr/deprecated/
,
qr/Slave SQL thread retried transaction/
,
qr/Slave \(additional info\)/
,
...
...
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