diff options
author | John H. Embretsen <john.embretsen@oracle.com> | 2011-01-14 14:50:39 +0100 |
---|---|---|
committer | John H. Embretsen <john.embretsen@oracle.com> | 2011-01-14 14:50:39 +0100 |
commit | eb85bdfa6d9537f5adea1f6bd048d4ff1b7d2a94 (patch) | |
tree | 750c87298a701894b35c851e3bd31eb0ade39b03 /mysql-test/include/mysqlhotcopy.inc | |
parent | faafae781adc87d80dc0e7c5e631996ed015f8ed (diff) | |
download | mariadb-git-eb85bdfa6d9537f5adea1f6bd048d4ff1b7d2a94.tar.gz |
Bug#56895 part 1 of 2: Backport of revid holyfoot@mysql.com-20100823084827-js10vjuil88je35r from mysql-5.5.
The purpose is to make MTR logic for mysqlhotcopy the same in 5.1 as in 5.5, making it easier to maintain and fix bugs such as 56817.
Diffstat (limited to 'mysql-test/include/mysqlhotcopy.inc')
-rw-r--r-- | mysql-test/include/mysqlhotcopy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mysqlhotcopy.inc b/mysql-test/include/mysqlhotcopy.inc index b3fd5e47179..91e0eff1e0f 100644 --- a/mysql-test/include/mysqlhotcopy.inc +++ b/mysql-test/include/mysqlhotcopy.inc @@ -5,7 +5,7 @@ --source include/not_windows.inc --source include/not_embedded.inc -if ($MYSQLHOTCOPY) +if (!$MYSQLHOTCOPY) { die due to missing mysqlhotcopy tool; } |