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
f8931288
Commit
f8931288
authored
Nov 10, 2006
by
kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test-run.sh:
Added --force-restart pseudo server argument to shell version as well
parent
7364bc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+5
-2
No files found.
mysql-test/mysql-test-run.sh
View file @
f8931288
...
...
@@ -1606,10 +1606,13 @@ run_testcase ()
--result-file
=
*
)
result_file
=
`
$ECHO
"
$EXTRA_MASTER_OPT
"
|
$SED
-e
"s;--result-file=;;"
`
result_file
=
"r/
$result_file
.result"
# Note that this must be set to space, not "" for test-reset to
# work
# Note that this must be set to space, not "" for test-reset to work
EXTRA_MASTER_OPT
=
" "
;;
--force-restart
)
# Note that this must be set to space, not "" for test-reset to work
EXTRA_MASTER_OPT
=
" "
;;
esac
stop_master
stop_master 1
...
...
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