Bugfix: Don't use a ruby string outside of the stack, GC can snag out from under us.
(Thanks Michael!) FossilOrigin-Name: bbcafda1bc42bf6deb5ac30acf620b0a3e020154e7d82f0140d2118ca29961fb
This commit is contained in:
parent
e9b476a4d7
commit
fb6d4fba95
3 changed files with 8 additions and 20 deletions
1
.pryrc
1
.pryrc
|
|
@ -12,5 +12,4 @@ rescue Exception => e
|
|||
end
|
||||
|
||||
db = MDBX::Database.open( 'tmp/testdb', max_collections: 50 )
|
||||
#db = MDBX::Database.open( 'tmp/testdb', duplicate_keys: true )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue