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:
Mahlon E. Smith 2021-07-13 23:58:16 +00:00
parent e9b476a4d7
commit fb6d4fba95
3 changed files with 8 additions and 20 deletions

1
.pryrc
View file

@ -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 )