fcabbae168
MySQL in its infinite wisdom determines that UTF8 does not mean UTF8. Our install scripts know about this and will set CHARSET to utf8mb4 if we users choose this but... users who do not explicitly set this variable will default to utf8mb3 without knowing it. This PR changes the unset CHARSET value to utf8mb4 if users choose to use mysql. Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
attachment.go | ||
cache.go | ||
cors.go | ||
cron.go | ||
database.go | ||
database_sqlite.go | ||
database_test.go | ||
git.go | ||
indexer.go | ||
indexer_test.go | ||
log.go | ||
mailer.go | ||
markup.go | ||
migrations.go | ||
project.go | ||
queue.go | ||
repository.go | ||
service.go | ||
session.go | ||
setting.go | ||
task.go | ||
webhook.go |