mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
* starter code * async replication prototype * benchmark async push * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * delete hanging line * add comment for concurrent map access * move replication into databaseProvider * top-level wait group for async threads * fix testsg * standardize wg format * missing header * address data race * make async test shorter * delete unnecessary lines * starter code for new sqlEngine interface * new engine interface with background threads * brian's comments * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * missed a datarace * fix bats * bad go.sum * add latest GMS commit * bump GMS Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>