Release v1.3.5
Fixed
- Make
default_charset=
anddefault_collation=
lazy so they don't use the database connection to check the
MySQL version. Instead, that is checked the first timedefault_charset
ordefault_collation
is called.
default_charset=
and default_collation=
lazy so they don't use the database connection to check thedefault_charset
or default_collation
is called.