summaryrefslogtreecommitdiff
path: root/mysql-test/include/mysqlhotcopy.inc
diff options
context:
space:
mode:
authorHorst.Hunger <horst.hunger@sun.com>2010-06-04 10:53:18 +0200
committerHorst.Hunger <horst.hunger@sun.com>2010-06-04 10:53:18 +0200
commit517f586762a5c775f46668fedfa10c3c802e7f18 (patch)
tree86f1daa52cd1270359b846c08fba971cff390a6c /mysql-test/include/mysqlhotcopy.inc
parentef0200bd49a44705d8bd46cd8c33cf008c0cfc96 (diff)
downloadmariadb-git-517f586762a5c775f46668fedfa10c3c802e7f18.tar.gz
Patch for bug#52913: Inserted check if mysqlhotcopy script is existing as requested by review. DIsabled the test until bug#54129 will befixed.
Diffstat (limited to 'mysql-test/include/mysqlhotcopy.inc')
-rw-r--r--mysql-test/include/mysqlhotcopy.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/mysqlhotcopy.inc b/mysql-test/include/mysqlhotcopy.inc
index 585f8c13e74..b3fd5e47179 100644
--- a/mysql-test/include/mysqlhotcopy.inc
+++ b/mysql-test/include/mysqlhotcopy.inc
@@ -5,6 +5,11 @@
--source include/not_windows.inc
--source include/not_embedded.inc
+if ($MYSQLHOTCOPY)
+{
+ die due to missing mysqlhotcopy tool;
+}
+
let $MYSQLD_DATADIR= `SELECT @@datadir`;
--disable_warnings
DROP DATABASE IF EXISTS hotcopy_test;