Releases: furusax0621/mysql_random_data_load
Releases · furusax0621/mysql_random_data_load
v0.2.0
Changelog
- a263bba Added 'how to download' section
- 67b1962 Added Makefile, .gitignore, deps and --version
- 3ca9a74 Added binary fields support
- 81d5ae0 Added default GOPATH for the Makefile
- 0ad44c9 Added support for 5.5 in information_schema.columns table parsing
- 689102c Added support for Foreign Keys constraints
- 7a9ae9b Added travis badge
- fac3ae4 Adding support for TINYBLOB and TINYTEXT
- d08ed25 Binary cols and .my.cnf support
- dcd6d7d Changed build dir to /tmp/mysql_random_data_load_bin
- 9dd1ae8 Clean up data type getters
- 49df130 Clean up data type getters
- 00c02eb Create LICENSE
- 62f9b89 Create reviewdog.yml
- 77ba5b4 Fixed connection params
- c29a09e Fixed default params
- 9ebabae Fixed errors in triggers
- 74d83d5 Fixed handling of GENERATED fields
- f17c78a Fixed handling of cardinality fields in index parser
- 0ab5552 Fixed handling of collation fields in index parser
- f8acda5 Fixed handling of null values
- 501f333 Fixed import paths
- 56a568e Fixed imports after project rename
- b653add Fixed max value for decimal type
- 19adada Fixed net
- 597b87a Fixed random data generation
- e33d88b Fixed typo in EXPLAIN command used for FK example
- 88d4bd1 Handle 8.0.16 expression indexes. Fixes Percona-Lab#27.
- c668f15 Improvements for Makefile
- b91fccd Improvements to the Makefile
- faa7952 Initial comit
- 0eeaa98 Made tableparser testeable
- 21f29ea Merge branch 'alpha-pk'
- 4099bb2 Merge branch 'master' of percona.github.com:Percona-Lab/random_data_load
- 6f6cf2c Merge pull request #1 from furusax0621/introduce-go-modules
- 9bf76f4 Merge pull request Percona-Lab#14 from guriandoro/master
- 032e740 Merge pull request #2 from Percona-Lab/indexes
- dde8997 Merge pull request #2 from furusax0621/introduce-github-actions
- fc09c88 Merge pull request #3 from furusax0621/update-dependencies
- 9e592f7 Merge pull request Percona-Lab#30 from dutow/8016fix
- de8eef0 Merge pull request Percona-Lab#36 from ikarishinjieva/master
- 49ba5ff Merge pull request Percona-Lab#39 from rajalokan/rajalokan-patch-1
- f74cece Merge pull request #4 from furusax0621/refactor
- c4f0aa1 Merge pull request #4 from guriandoro/guriandoro-cardinality-index-parser
- 7295d05 Merge pull request #5 from furusax0621/introduce-ci-release
- b09e4f5 Merge pull request #6 from guriandoro/guriandoro-documentation
- 6d98b88 Refactoring
- c0e1115 Removed unused var from makefile
- 421808d Removed useles rm
- d4b60e2 Support for MySQL 8 and --print
- 96ec499 TINYBLOB and TINYTEXT are now supported
- ec5066c Update LICENSE
- ae3dff5 Updated .travis.yml
- e9ca1b5 Updated Makefile
- dbf5c06 Updated README
- 0f3e1c0 Updated README.md to fix - in command name
- 8002bdd Updated command used in example.
- 35147cd Updated doc
- 09944a2 Updated goreleaser config
- 90cfc82 Updated makefile
- a8b3cbd Updated makefile & readme
- 8ac3062 Updated readme
- bbf44e5 Updated readme
- 2fa2149 Updated readme file
- 1b17f08 Updated readme for v 0.1.6
- e28917c Updated tests
- f274301 Updated tests for tableparser
- f9fb663 Updated travis
- 945db5e Updated travis.yml & deps
- 2683478 Updated travis.yml & deps
- 08fc2e7 Updated travis.yml & deps
- 767a5f5 Updated travis.yml & deps
- e090eee Updated travis.yml & deps
- 7aa9074 Updated travis.yml & deps
- b4b1e5c Updated travis.yml & deps
- cf2091d Updated travis.yml & deps
- 7c295de add release workflow
- cca5f6f add test workflow
- c3f05b3 fix goreleaser warnings
- 9467fee fix range initialize
- cf3336c fix test utilities usage
- 25980c5 fix testdata for mysql8.0
- 9b2abb8 fix: --max-fk-samples was not applied
- 11e3ac9 initialize database
- acd184b introduce reviewdog
- e046f58 io/ioutil package is deprecated
- c75c2e2 migrate to go modules
- 75ec7d8 modify trigger
- ba4df3d oops
- 57cbf07 remove dead codes
- f367684 remove named import
- 5b10de4 remove travis ci config
- c631aaf rename package path
- b591891 unuse pkg/errors package
- 197a5a9 update local test env
- 9df91aa update-dependencies
- fd35f05 updated travis.yml