mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
db-insert has no txn by default. db-scan has txn by default. have to make them match. refs[t:2202]
git-svn-id: file:///svn/toku/tokudb@15988 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
967e906014
commit
2b9bd45bf3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ setup:
|
||||||
cp ../../toku_include/toku_list.h include/toku_list.h
|
cp ../../toku_include/toku_list.h include/toku_list.h
|
||||||
|
|
||||||
check: $(TARGETS)
|
check: $(TARGETS)
|
||||||
./db-insert && ./db-scan --lwc --prelock --prelockflag
|
./db-insert && ./db-scan --nox --lwc --prelock --prelockflag
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(TARGETS) bench.*
|
rm -rf $(TARGETS) bench.*
|
||||||
|
|
Loading…
Add table
Reference in a new issue