Commit Graph

7511 Commits

Author SHA1 Message Date
Oscar Batori 988c19b158 simplifed shell scripts and updted docker-compose 2020-10-25 21:21:44 -04:00
Oscar Batori 3bb328eebd final update to commit signature 2020-10-25 00:11:04 -04:00
Oscar Batori 4d1fbaf5e6 final changes 2020-10-24 23:22:23 -04:00
Oscar Batori cc3d6b59fc Use docker-compose for orchestrating benchmarking 2020-10-20 14:22:24 -07:00
Oscar Batori e10f78cb59 Tweaks to scripts 2020-10-12 15:01:22 -07:00
Oscar Batori 205e0a651a Update benchmark-tools/README.md
Co-authored-by: Aaron Son <aaron@liquidata.co>
2020-10-12 13:30:26 -07:00
Oscar Batori cdaff89ce3 Update benchmark-tools/README.md
Co-authored-by: Aaron Son <aaron@liquidata.co>
2020-10-12 13:30:15 -07:00
Oscar Batori b91d50c2d0 Update benchmark-tools/README.md
Co-authored-by: Aaron Son <aaron@liquidata.co>
2020-10-12 13:30:05 -07:00
Oscar Batori ebe6956d14 WIP 2020-10-12 12:20:36 -07:00
Oscar Batori 9f348ebb9f tweaked run_benchmarks.sh 2020-10-12 10:16:07 -07:00
Oscar Batori df60226a3c WIP benchmark tools 2020-10-12 07:24:08 -07:00
Zach Musgrave c84f34075e Merge pull request #905 from dolthub/zachmu/upgrade-gms
Updated to latest go-mysql-server
2020-10-01 16:40:47 -07:00
Zach Musgrave 01db0dd28c Updated to latest go-mysql-server
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-10-01 16:05:34 -07:00
Daylon Wilkins 8496cb5453 Added trigger functionality to Dolt 2020-10-01 01:30:43 -07:00
AndyA 4f20d5f78c Merge pull request #892 from dolthub/andy/gc-table-files
Andy/gc table files
2020-09-28 16:59:15 -07:00
Andy Arthur 4e33bdb71a kick ci 2020-09-28 16:04:04 -07:00
Andy Arthur 3fb679705e updated import paths, PR feedback 2020-09-28 15:11:17 -07:00
Andy Arthur 4d13a601e3 added hidden gc command 2020-09-28 14:36:33 -07:00
Andy Arthur 6a19e87938 call fdCache.ShrinkCache to close unreferenced files 2020-09-28 14:36:33 -07:00
Andy Arthur 0ff5b1a70e pr feedback 2020-09-28 14:36:33 -07:00
Andy Arthur 46a8099bdb maybe fix windows tests 2020-09-28 14:36:32 -07:00
Andy Arthur d4722f00c5 fixed clone test 2020-09-28 14:36:32 -07:00
Andy Arthur 386c6d0c3e removed cleanup.pu 2020-09-28 14:36:32 -07:00
Andy Arthur 352ff31683 added tests, refactored nbs lock, repofmt 2020-09-28 14:36:32 -07:00
Andy Arthur 27c47cd553 first pass at table files pruning 2020-09-28 14:35:13 -07:00
Andy Arthur 97be86529a adding cleanup.py for now 2020-09-28 14:35:13 -07:00
Daylon Wilkins 0a0b56d10e Fixed CREATE LIKE multi-db and fixed changes from the latest go-mysql-server 2020-09-25 19:49:34 -07:00
Daylon Wilkins 0c1ea5ef80 Merge pull request #900 from dolthub/daylon/dolthub-and-triggers
Reference new org name
2020-09-25 15:56:15 -07:00
Daylon Wilkins b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Daylon Wilkins 892de5ed98 Moved everything over to SHOW CREATE TABLE and fixed diff panic 2020-09-22 23:19:04 -07:00
Daylon Wilkins 2a09f9161e Fixed UNIQUE NULL handling to match MySQL 2020-09-22 05:57:50 -07:00
Daylon Wilkins 39979b8f5b Moved most commands to use SQL, added CREATE TABLE LIKE, and removed tags from comments. 2020-09-21 03:01:01 -07:00
Tim Sehn a291c6736c Merge pull request #890 from liquidata-inc/tim/client-tests/ruby
Working Ruby ruby/mysql test
2020-09-16 17:03:08 -07:00
Timothy Sehn d8bfc1ef08 Working Ruby ruby/mysql test, not to be confused with mysql/ruby which uses the MySQL C API. 2020-09-16 16:43:29 -07:00
Tim Sehn a9da5bb75b Merge pull request #887 from liquidata-inc/tim/remove-stale-benchmark
Remove stale benchmark code. Uses old interfaces.
2020-09-16 15:24:05 -07:00
Oscar Batori 8cef057b3c Merge pull request #889 from liquidata-inc/release
Release
2020-09-16 15:02:53 -07:00
Oscar Batori c4f91c1e55 Updated version for release of version 0.19.2 v0.19.2 2020-09-16 14:52:17 -07:00
Oscar Batori cb95c0cf21 Merging latest master into release for release 0.19.2 2020-09-16 14:52:16 -07:00
Timothy Sehn 6c91aa8524 Remove stale benchmark code. Uses old interfaces. 2020-09-16 13:35:30 -07:00
Brian Hendriks ffcd94681c no parallelism if GOMAXPROCS == 1 (#886)
* no parallelism if GOMAXPROCS == 1

* better
2020-09-16 13:10:53 -07:00
Tim Sehn 6a80f6a48f Merge pull request #885 from liquidata-inc/tim/cpp-mysql-client-tests
Tim/cpp mysql client tests
2020-09-16 11:58:23 -07:00
Tim Sehn daee52451a Merge branch 'master' into tim/cpp-mysql-client-tests 2020-09-16 11:40:16 -07:00
Timothy Sehn 35df65a57e Fixed spaing in bats file 2020-09-16 11:38:31 -07:00
Timothy Sehn f77464eeaf Working C++ MySQL Connector test 2020-09-16 11:37:19 -07:00
Timothy Sehn 88109b1f3b Working C++ client test for Ubuntu/Docker. Now I need to figure out what to do on Mac. 2020-09-16 11:15:19 -07:00
Timothy Sehn e620c05ceb Got it building, now gettting a copile error on mysql/jdbc.h. Pushing so thers can look 2020-09-16 11:01:39 -07:00
Timothy Sehn b62493a43f Checkpoint so I can get some help 2020-09-16 10:30:31 -07:00
Timothy Sehn e7d04699ee Working C++ test. Now need to add the build logic and Docker magic 2020-09-15 17:16:40 -07:00
Timothy Sehn fd90fec266 Got C++ test working locally per Aaron's example 2020-09-15 16:33:49 -07:00
Tim Sehn 24d6e72f7d Merge pull request #878 from liquidata-inc/tim/mysql-client-go-test
Go MySQL client test
2020-09-15 10:57:31 -07:00