* starting on reviving console command
* this does something
* working, definitely not jank
* simple same table diff working
* implementation for different tables
* remove old code
* adding tests and TODO
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* working as a table function
* fix space
* better schema
* handle different schemas
* asdf
* bump
* bump
* bump
* point CLI to table function
* cleaning up code
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* queries
* adding enginetests
* more test
* bats tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* bump again
---------
Co-authored-by: James Cor <james@dolthub.com>
Co-authored-by: JCOR11599 <JCOR11599@users.noreply.github.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
WIth this change, starting sql-server will result in creating a .dolt/sql-server.lock file in the --data-dir (CWD by default). This file will be used for two purposes: 1) Ensuring another dolt sql-server is not started with the same data dir. 2) Allowing the dolt sql command to connect to it.
* [no-release-notes] gms bump
* comments
* merge main
* del local repo refs
* tidy
* tidy
* eventsapi
* more tests
* fix import
* import/diff fixes
* diff panic
* test changes
* import backtick col names
* sysvar name error
* bump
* more import fixes
* fix test to match mysql
* bump
* more fixes
* more fixes
* no prepared count checking
* bump
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* inline type lookup
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* no mod replace
* bump
* bump revert
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
For example, this can be used to set `secure_file_priv` when the server starts
up. That variable is non-dynamic, so it cannot be set with `SET @@GLOBAL...`