![]() |
Home | Libraries | People | FAQ | More |
Determines the character set used by connections created by the pool.
pool_charset_strategy charset_strategy {};
Controls how pooled connections manage their character set. Defaults to
pool_charset_strategy::set_to_utf8mb4, which makes all
connections use utf8mb4
by setting it explicitly.
This is an advanced setting. Please read how character set tracking works before changing it.