Commit ceef26cf authored by Sergei Petrunia's avatar Sergei Petrunia

MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"

parent ab4f7436
......@@ -87,7 +87,7 @@ let $checkpoint = $MYSQL_TMP_DIR/already-existing-directory;
--mkdir $checkpoint
let $succeeds = 0;
--source set_checkpoint.inc
--exec rm -rf $checkpoint
rmdir $checkpoint;
--disable_result_log
truncate table t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment