LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

Sqlite src/backup.c looks up internal BTree mutex #62

Closed danshearer closed 4 years ago

danshearer commented 4 years ago

Describe the bug

in backup.c:

 assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) );

This mutex is private to BTree and doesn't apply to other backends.

danshearer commented 4 years ago

moved to https://lumosql.org/src/lumosql/tktview/82094de055286e8011fc22c0666bedc0ba4230a5