diff options
author | monty@hundin.mysql.fi <> | 2001-11-07 00:08:57 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-07 00:08:57 +0200 |
commit | 4157d12df50c5fa1a759c078ddfd803338eab87d (patch) | |
tree | a361f84743de7a283f8326e8d6e267dbc7a8bc11 /mysql-test | |
parent | 65d4c846d83467270e56537b2cd0f44fc37ef9be (diff) | |
download | mariadb-git-4157d12df50c5fa1a759c078ddfd803338eab87d.tar.gz |
Added missing mysqlbinlog to binary distributions.
Applied patch to mysqlhotcopy
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index d27664e7a8f..9c2cda6108e 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -510,6 +510,7 @@ start_master() --basedir=$MY_BASEDIR \ --port=$MASTER_MYPORT \ --exit-info=256 \ + --core --datadir=$MASTER_MYDDIR \ --pid-file=$MASTER_MYPID \ --socket=$MASTER_MYSOCK \ |