mirror of
https://github.com/NixOS/nix
synced 2025-07-05 12:21:48 +02:00
* Started using Berkeley DB environments. This is necessary for
transaction support (but we don't actually use transactions yet).
This commit is contained in:
parent
758bd4673a
commit
4a013962bd
12 changed files with 256 additions and 107 deletions
|
@ -335,6 +335,8 @@ static void opVerify(Strings opFlags, Strings opArgs)
|
|||
list. */
|
||||
void run(Strings args)
|
||||
{
|
||||
openDB();
|
||||
|
||||
Strings opFlags, opArgs;
|
||||
Operation op = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue