go-sqlancer
go-sqlancer copied to clipboard
go-sqlancer
## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Analyzing fuzz-bugs manually is boring and ineffective, we need some tools to find the minimally reproducible SQL automatically. For example, we find the following tow queries behave differently in TiDB:...
Like `IFNULL(sum(c), 0)`
Because some functions in executor must use methods bound on generator and structure of generator is exactly simple. I suggest to export functions instead of a struct
Cover generated columns and auto random etc. Refs: * https://dev.mysql.com/doc/refman/8.0/en/create-table-generated-columns.html * https://pingcap.com/docs/stable/auto-random/