Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync2: fptree: fix race in SyncedTable (#6491)
## Motivation `SyncedTable` has a tiny cache for query strings to avoid heap-intensive query formatting operations (AST->SQL string) upon each SQL query being run. The cached query string map was not protected by a mutex.
- Loading branch information