mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
mysql-test-run fix to send output to separate files if multiple masters
mysql-test/mysql-test-run.sh: Send output from mysqld master(s) to correct file by adding id to master.err file
This commit is contained in:
parent
d35e537a68
commit
cd1d988b3a
1 changed files with 2 additions and 2 deletions
|
@ -1212,8 +1212,8 @@ start_master()
|
|||
$NOT_FIRST_MASTER_EXTRA_OPTS"
|
||||
fi
|
||||
|
||||
CUR_MYERR=$MASTER_MYERR
|
||||
CUR_MYSOCK=$MASTER_MYSOCK
|
||||
CUR_MYERR=$MASTER_MYERR$1
|
||||
CUR_MYSOCK=$MASTER_MYSOCK$1
|
||||
|
||||
# For embedded server we collect the server flags and return
|
||||
if [ "x$USE_EMBEDDED_SERVER" = "x1" ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue