-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting flags #24
Comments
Error message throws error. 💩. Thanks for reporting. You cannot use Lines 114 to 127 in 637a483
|
Thanks for the reply. I was working off of the doc string, which I think suggests you can use Lines 103 to 112 in 637a483
Is there any way to set the LMDB flags for an environment? I need both the RDONLY flag and the NORDAHEAD flag for my project. |
Quick followup: I was able to set the environment flags by passing a |
I am trying to set the read-only flag on an environment, but the following code
throws
The other approach I tried was
set!(env,0x20000)
, which throwsI'm brand new to Julia, so I'm not sure how to go about debugging this.
(using julia version 1.3.1)
The text was updated successfully, but these errors were encountered: