PingCAP-QE / go-sqlsmith

go-sqlsmith is a port of sqlsmith
Apache License 2.0
35 stars 16 forks source link

use utf8mb4 instead of utf8 #18

Closed GMHDBJD closed 2 years ago

GMHDBJD commented 2 years ago

DM use go-sqlsmith to generate ddl. However TiDB doesn't support utf8mb3 https://github.com/pingcap/tidb/issues/26226, so use utf8mb4 instead

GMHDBJD commented 2 years ago

/merge