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
f5e9b79c
Commit
f5e9b79c
authored
Mar 07, 2005
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test-run to default run with ndbcluster if compiled with that support
parent
ce870852
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/Makefile.am
mysql-test/Makefile.am
+3
-0
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
No files found.
mysql-test/Makefile.am
View file @
f5e9b79c
...
...
@@ -20,12 +20,14 @@
if
HAVE_NDBCLUSTER_DB
SUBDIRS
=
ndb
DIST_SUBDIRS
=
ndb
USE_NDBCLUSTER
=
\"
--ndbcluster
\"
else
# If one uses automake conditionals, automake will automatically
# include all possible branches to DIST_SUBDIRS goal.
# Reset DIST_SUBDIRS if we don't use NDB
SUBDIRS
=
DIST_SUBDIRS
=
USE_NDBCLUSTER
=
\"\"
endif
benchdir_root
=
$(prefix)
...
...
@@ -98,6 +100,7 @@ SUFFIXES = .sh
-e
's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!'
\
-e
's!@''MYSQL_NO_DASH_VERSION''@!@MYSQL_NO_DASH_VERSION@!'
\
-e
's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!'
\
-e
's!@''USE_NDBCLUSTER''@!
$(USE_NDBCLUSTER)
!g'
\
$<
>
$@
-t
@
CHMOD@ +x
$@
-t
@
MV@
$@
-t
$@
...
...
mysql-test/mysql-test-run.sh
View file @
f5e9b79c
...
...
@@ -218,7 +218,7 @@ EXTRA_MYSQL_TEST_OPT=""
EXTRA_MYSQLDUMP_OPT
=
""
EXTRA_MYSQLBINLOG_OPT
=
""
USE_RUNNING_SERVER
=
""
USE_NDBCLUSTER
=
""
USE_NDBCLUSTER
=
@USE_NDBCLUSTER@
USE_RUNNING_NDBCLUSTER
=
""
USE_PURIFY
=
""
PURIFY_LOGS
=
""
...
...
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