- Jul 22, 2014
-
-
Due to 89bae499
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Drop support for BDB 6.0.20 and later, incompatible license
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
MDB is the name of the backend, LMDB is the name of the DB engine. Also update some BerkeleyDB info.
-
Quanah Gibson-Mount authored
-
Similar to #7858, another easy patch.
-
couldn't avoid ifdefs. Silence warnings.
-
On Windows64, long is the same size as int. Use size_t when we need an actual 64 bit unsigned long.
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Jul 21, 2014
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
- Jul 14, 2014
-
-
Howard Chu authored
-
Howard Chu authored
Don't pass non-NULL map address unless MDB_FIXEDMAP was used.
-
- Jul 11, 2014
-
-
Howard Chu authored
-
- Jul 10, 2014
-
-
-
Quanah Gibson-Mount authored
-
- Jul 09, 2014
-
-
Howard Chu authored
Must also set in sub-cursor if deleting entire subDB
-
Howard Chu authored
-
-
-
-
Howard Chu authored
Always set the filesize when opening for writes. Otherwise can't use backups from mdb_copy.
-
Howard Chu authored
We mainly use Win32 functions, so cannot just use C-runtime strerror to return error messages. We have to use Win32-specific messages. Unfortunately, we document the API to return C-runtime error codes, so we can't just switch to all Win32 error codes.
-
Howard Chu authored
Off-by-one in end check, would complain on valid input.
-
Howard Chu authored
persist size changes from env_open() as well. This was the original behavior.
-
Howard Chu authored
This reverts commit d8e18551. And partially reverts mapsize check. Only mapsize increases are relevant.
-
Howard Chu authored
Set read txn's dbiseqs to env's. Set child txn's dbiseqs to parent's. Simplify DBI_CHANGED test, no need to check md_name. No-op dbi_close of already closed handle.
-
Howard Chu authored
-
Howard Chu authored
only update dbiseq in dbi_open on write txns
-
Howard Chu authored
dbiseqs are only checked in write txns so omit from read txns
-