mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Addresses #1532 db-benchmark-test (check-4G) now correctly expects 1048576 rows
git-svn-id: file:///svn/toku/tokudb@10016 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ceb1a6e3c2
commit
0898fae85b
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ check-no-rolltmp: $(TARGET_TDB)
|
||||||
|
|
||||||
# Check to make sure that if we make a file that's bigger than 4GB that we can read the file back out and get all the rows.
|
# Check to make sure that if we make a file that's bigger than 4GB that we can read the file back out and get all the rows.
|
||||||
check-4G: $(TARGET_TDB) $(SCANSCAN_TDB)
|
check-4G: $(TARGET_TDB) $(SCANSCAN_TDB)
|
||||||
./$(TARGET_TDB) -q --env 4g.dir --norandom --compressibility 1 --valsize 10000 1
|
./$(TARGET_TDB) --env 4g.dir --norandom --compressibility 1 --valsize 10000 1
|
||||||
./$(SCANSCAN_TDB) --env 4g.dir --lwc --prelock --prelockflag --nox > 4g.out
|
./$(SCANSCAN_TDB) --env 4g.dir --lwc --prelock --prelockflag --nox > 4g.out
|
||||||
fgrep "(5242880 rows)" 4g.out
|
fgrep "(1048576 rows)" 4g.out
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGETS)
|
rm -f $(TARGETS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue