mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"
This commit is contained in:
parent
ab4f743610
commit
ceef26cf86
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue