1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 10:13:16 -05:00

6 Commits

Author SHA1 Message Date
Aditya Manthramurthy
bc110d8055
fix: mysql notification target table creation ()
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 () 2022-01-02 09:15:06 -08:00
Klaus Post
ebd78e983f
Limit key size to 3K ()
User is reporting `Error 1071 :Specified key was too long,max key 
length is 3072 bytes`.

Regression caused by 
2021-12-22 11:41:51 -08:00
Aditya Manthramurthy
91a0e7bdaa
update mysql notification key length, character set and collation ()
fixes 
2021-10-11 17:40:11 -07:00
Harshavardhana
da74e2f167
move internal/net to pkg/net package () 2021-06-14 14:54:37 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
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