Closed danshearer closed 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.
moved to https://lumosql.org/src/lumosql/tktview/82094de055286e8011fc22c0666bedc0ba4230a5
Describe the bug
in backup.c:
This mutex is private to BTree and doesn't apply to other backends.