mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Clean up the dirty flags when deleting the tdb files. Addresses #1396.
git-svn-id: file:///svn/toku/tokudb@9208 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
e9196e0647
commit
c1ea905c09
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ check_test1e: test1e
|
|||
$(SUMMARIZE_CMD)
|
||||
|
||||
check_create_dump_diff: db_create db_dump db_dump_e
|
||||
rm -f cdd.tdb
|
||||
rm -f cdd.tdb cdd.tdb.dirty cdd.tdb.clean
|
||||
$(VGRIND) ./db_create cdd.tdb a b c d && \
|
||||
$(VGRIND) ./db_dump cdd.tdb > cdd.out && \
|
||||
(echo " 61";echo " 62";echo " 63";echo " 64")>cddexpect.out && \
|
||||
|
|
Loading…
Add table
Reference in a new issue