mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
Patch for bug#52913: Inserted check if mysqlhotcopy script is existing as requested by review. DIsabled the test until bug#54129 will befixed.
This commit is contained in:
parent
ef0200bd49
commit
517f586762
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue