hannes / MonetDBLite

MonetDB reconfigured as a library
108 stars 11 forks source link

monetdblite act funny after failed db init #194

Closed gijzelaerr closed 7 years ago

gijzelaerr commented 7 years ago

monetdblite refuses to create databases after a failed init.

import monetdblite
monetdblite.init('test')

gives

DatabaseError: Failed to initialize MonetDB: GDKinit() failed. in test

If I then try to create a farm in the same session with a full path:

monetdblite.init('/tmp/test')

I get:

DatabaseError: Failed to initialize MonetDB: !FATAL: BBPaddfarm: bad rolemask
. in /tmp/test
hannes commented 7 years ago

Duplicate of #17