Aditya Manthramurthy
bc110d8055
fix: mysql notification target table creation ( #14350 )
...
Add a generated hash column as the primary key for the key name as
MySQL does not allow indexes on long VARCHAR columns.
2022-02-18 12:13:49 -08:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base ( #14015 )
2022-01-02 09:15:06 -08:00
Klaus Post
ebd78e983f
Limit key size to 3K ( #13974 )
...
User is reporting `Error 1071 :Specified key was too long,max key
length is 3072 bytes`.
Regression caused by #13414
2021-12-22 11:41:51 -08:00
Aditya Manthramurthy
91a0e7bdaa
update mysql notification key length, character set and collation ( #13414 )
...
fixes #13227
2021-10-11 17:40:11 -07:00
Harshavardhana
da74e2f167
move internal/net to pkg/net package ( #12505 )
2021-06-14 14:54:37 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ( #12418 )
...
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg `
2021-06-01 14:59:40 -07:00