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
73a0ae9d
Commit
73a0ae9d
authored
Apr 06, 2006
by
joerg@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of 5.1 test options "--with-ndbcluster" and "--with-ndbcluster-only" as dummies (ignored).
parent
e1d6c319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+11
-0
No files found.
mysql-test/mysql-test-run.sh
View file @
73a0ae9d
...
...
@@ -230,6 +230,9 @@ FAILED_CASES=
EXTRA_MASTER_OPT
=
""
EXTRA_MYSQL_TEST_OPT
=
""
USE_RUNNING_SERVER
=
1
# backport from 5.1, disabled - this substitution is not done in 4.0
# USE_NDBCLUSTER=@USE_NDBCLUSTER@
# USE_NDBCLUSTER_ONLY=0
DO_GCOV
=
""
DO_GDB
=
""
MANUAL_GDB
=
""
...
...
@@ -259,6 +262,14 @@ while test $# -gt 0; do
SLAVE_MYSQLD
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--slave-binary=;;"
`
;;
--local
)
USE_RUNNING_SERVER
=
""
;;
--extern
)
USE_RUNNING_SERVER
=
"1"
;;
--with-ndbcluster
)
# USE_NDBCLUSTER="--ndbcluster" ;;
$ECHO
"Option '--with-ndbcluster' is ignored in this version"
;;
--with-ndbcluster-only
)
# USE_NDBCLUSTER="--ndbcluster"
# USE_NDBCLUSTER_SLAVE="--ndbcluster"
# USE_NDBCLUSTER_ONLY=1 ;;
$ECHO
"Option '--with-ndbcluster-only' is ignored in this version"
;;
--tmpdir
=
*
)
MYSQL_TMP_DIR
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--tmpdir=;;"
`
;;
--local-master
)
MASTER_MYPORT
=
3306
;
...
...
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