Skip to content

Commit

Permalink
use utf8mb4_bin as collation
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Sep 5, 2022
1 parent 6bad674 commit bb64a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/benbjohnson/clock v1.3.0
github.com/bradleyjkemp/grpc-tools v0.2.5
github.com/cenkalti/backoff/v4 v4.0.2
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220902071706-590164e525e0
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220905074648-403033efad45
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/cockroachdb/pebble v0.0.0-20220415182917-06c9d3be25b3
github.com/coreos/go-semver v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghf
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220902071706-590164e525e0 h1:Jx3xtvtCrwmWtqBcA29nqOKEB1pbAon+ibhQlONo+PY=
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220902071706-590164e525e0/go.mod h1:Es+s5MxdatQefWfq1RqglgBqkTPmdVMtN35/PKo32Ro=
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220905074648-403033efad45 h1:OF3Ny4Y8TrTjg7Qh1qERc07XwehwJ6XTPw56FX8wY4E=
github.com/chaos-mesh/go-sqlsmith v0.0.0-20220905074648-403033efad45/go.mod h1:Es+s5MxdatQefWfq1RqglgBqkTPmdVMtN35/PKo32Ro=
github.com/cheggaaa/pb/v3 v3.0.8 h1:bC8oemdChbke2FHIIGy9mn4DPJ2caZYQnfbRqwmdCoA=
github.com/cheggaaa/pb/v3 v3.0.8/go.mod h1:UICbiLec/XO6Hw6k+BHEtHeQFzzBH4i2/qk/ow1EJTA=
github.com/cheynewallace/tabby v1.1.1/go.mod h1:Pba/6cUL8uYqvOc9RkyvFbHGrQ9wShyrn6/S/1OYVys=
Expand Down

0 comments on commit bb64a8e

Please sign in to comment.