Fixed a couple of blob storage issues:
- The "lawn" layout was being selected by default if the root of the blob directory happened to contain a hidden file or directory such as ".svn". Now hidden files and directories are ignored when choosing the default layout. - BlobStorage was not compatible with MVCC storages because the wrappers were being removed by each database connection. There was also a problem with subtransactions. Fixed.
Showing
Please register or sign in to comment