Accepting request 1060606 from home:smithey:branches:openSUSE:Factory
- update to 0.9.29: * lmdump stop creating lock files OBS-URL: https://build.opensuse.org/request/show/1060606 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=40
This commit is contained in:
parent
cdff433e33
commit
93a32646c0
@ -97,7 +97,7 @@ index 000000000000..0e3ee4bb61c2
|
|||||||
+ rc = mdb_env_create(&env);
|
+ rc = mdb_env_create(&env);
|
||||||
+ if(rc) return report_error(rc);
|
+ if(rc) return report_error(rc);
|
||||||
+
|
+
|
||||||
+ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR, 0644);
|
+ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR | MDB_NOLOCK, 0644);
|
||||||
+ if(rc) return report_error(rc);
|
+ if(rc) return report_error(rc);
|
||||||
+
|
+
|
||||||
+ rc = mdb_txn_begin(env, NULL, MDB_RDONLY, &txn);
|
+ rc = mdb_txn_begin(env, NULL, MDB_RDONLY, &txn);
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 08:02:00 UTC 2023 - Alexander Kuznetsov <alx.kuzza@gmail.com>
|
||||||
|
- update to 0.9.29:
|
||||||
|
* lmdump is not creating lock files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 19 21:04:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Fri Mar 19 21:04:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lmdb
|
# spec file for package lmdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user