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
616b26b1
Commit
616b26b1
authored
Jan 05, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
parents
5e453465
356e9083
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+16
-1
No files found.
BitKeeper/etc/logging_ok
View file @
616b26b1
...
...
@@ -6,3 +6,4 @@ sasha@mysql.sashanet.com
sasha@work.mysql.com
tim@cane.mysql.fi
tim@work.mysql.com
serg@serg.mysql.com
mysql-test/mysql-test-run.sh
View file @
616b26b1
...
...
@@ -92,6 +92,7 @@ MASTER_RUNNING=0
MASTER_MYPORT
=
9306
SLAVE_RUNNING
=
0
SLAVE_MYPORT
=
9307
NO_SLAVE
=
0
EXTRA_MYSQL_TEST_OPT
=
""
USE_RUNNING_SERVER
=
1
...
...
@@ -107,6 +108,7 @@ while test $# -gt 0; do
--tmpdir
=
*
)
MYSQL_TMP_DIR
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--tmpdir=;;"
`
;;
--master_port
=
*
)
MASTER_MYPORT
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--master_port=;;"
`
;;
--slave_port
=
*
)
SLAVE_MYPORT
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--slave_port=;;"
`
;;
--skip-rpl
)
NO_SLAVE
=
1
;;
--record
)
RECORD
=
1
;
EXTRA_MYSQL_TEST_OPT
=
"
$EXTRA_MYSQL_TEST_OPT
$1
"
;;
...
...
@@ -480,7 +482,20 @@ run_testcase ()
slave_opt_file
=
$TESTDIR
/
$tname
-slave
.opt
slave_master_info_file
=
$TESTDIR
/
$tname
-slave-master-info
.opt
SKIP_SLAVE
=
`
$EXPR
\(
$tname
: rpl
\)
=
0
`
if
[
x
${
NO_SLAVE
}
x
$SKIP_SLAVE
=
x1x0
]
;
then
USERT
=
" ...."
SYST
=
" ...."
REALT
=
" ...."
timestr
=
"
$USERT
$SYST
$REALT
"
pname
=
`
$ECHO
"
$tname
"
|
$CUT
-c
1-16
`
RES
=
"
$pname
$timestr
"
pass_inc
$ECHO
"
$RES$RES_SPACE
[ skipped ]"
return
fi
if
[
-f
$master_opt_file
]
;
then
EXTRA_MASTER_OPT
=
`
$CAT
$master_opt_file
`
...
...
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