SQLite

All files named ”test/vacuum5.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/vacuum5.test

2018-01-13
13:07
[263b144d53] part of check-in [56d93d070d] Fix various problems in test scripts preventing "make test" from passing on F2FS file-systems with the "atomic-write" feature. (check-in: [56d93d070d] user: dan branch: f2fs-test-fixes, size: 3624)
2016-11-04
07:25
[c87234e8ca] part of check-in [81c8640146] Fix a test case in vacuum5.test so that it works with the in-memory journal permutation. (check-in: [81c8640146] user: dan branch: trunk, size: 3573)
2016-11-03
19:24
[49d9febcb6] part of check-in [3ca8001039] Fix a test case in vacuum5.test sot aht it works with -DSQLITE_ENABLE_ATOMIC_WRITE. (check-in: [3ca8001039] user: dan branch: trunk, size: 3536)
19:01
[93a94eb91b] part of check-in [f5dd95e25c] Fix a test case in vacuum5.test so that it works with -DSQLITE_TEMP_STORE=2. (check-in: [f5dd95e25c] user: dan branch: trunk, size: 3528)
2016-11-02
14:50
[800b5e881f] part of check-in [3028845329] Fix an issue that was causing the new database image to be assembled entirely in heap memory when VACUUMing a database, even if it should use a temp file. This could cause SQLITE_NOMEM errors when vacuuming very large databases on 32-bit systems. (check-in: [3028845329] user: dan branch: trunk, size: 3498)
2016-09-21
17:53
[0b7ac80c64] part of check-in [be184befa0] Avoid running vacuum5.test in auto-vacuum mode. (check-in: [be184befa0] user: dan branch: trunk, size: 2641)
2016-09-12
13:32
[d233412f76] part of check-in [02f40c3b93] Add missing "finish_test" command to vacuum5.test. (check-in: [02f40c3b93] user: dan branch: trunk, size: 2615)
2016-08-19
14:20
Added: [99d4a06292] part of check-in [29d63059b4] Add the capability to VACUUM an attached database by specifying the schema name as an argument to the VACUUM command. Since version 2.0, VACUUM has accepted an argument which was silently ignored. Now it has meaning. (check-in: [29d63059b4] user: drh branch: vacuum-attached-db, size: 2602)