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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
14e05467
Commit
14e05467
authored
Feb 24, 2007
by
anozdrin/alik@booka.opbmk
Browse files
Options
Browse Files
Download
Plain Diff
Merge booka.opbmk:/home/alik/Documents/MySQL/devel/5.0-rt-im
into booka.opbmk:/home/alik/Documents/MySQL/devel/5.1-rt-im
parents
50e5958f
03fa3e5a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/t/kill_n_check.sh
mysql-test/t/kill_n_check.sh
+1
-1
mysql-test/t/log.sh
mysql-test/t/log.sh
+1
-1
mysql-test/t/wait_for_process.sh
mysql-test/t/wait_for_process.sh
+1
-1
mysql-test/t/wait_for_socket.sh
mysql-test/t/wait_for_socket.sh
+1
-1
No files found.
mysql-test/t/kill_n_check.sh
View file @
14e05467
...
...
@@ -53,7 +53,7 @@ pid_path="$1"
expected_result
=
"
$2
"
total_timeout
=
"
$3
"
test_id
=
"
$4
"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.log"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.
script.
log"
log_debug
"--
$basename
: starting --"
log_debug
"pid_path: '
$pid_path
'"
...
...
mysql-test/t/log.sh
View file @
14e05467
...
...
@@ -17,7 +17,7 @@ if [ $# -lt 2 ]; then
fi
test_id
=
"
$1
"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.log"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.
script.
log"
shift
...
...
mysql-test/t/wait_for_process.sh
View file @
14e05467
...
...
@@ -63,7 +63,7 @@ pid_path="$1"
total_attempts
=
"
$2
"
event
=
"
$3
"
test_id
=
"
$4
"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.log"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.
script.
log"
log_debug
"--
$basename
: starting --"
log_debug
"pid_path: '
$pid_path
'"
...
...
mysql-test/t/wait_for_socket.sh
View file @
14e05467
...
...
@@ -30,7 +30,7 @@ password="$4"
db
=
"
$5
"
total_timeout
=
"
$6
"
test_id
=
"
$7
"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.log"
log_file
=
"
$MYSQLTEST_VARDIR
/log/
$test_id
.
script.
log"
log_debug
"--
$basename
: starting --"
log_debug
"client_exe: '
$client_exe
'"
...
...
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