Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pool_params::charset_strategy

Determines the character set used by connections created by the pool.

Synopsis
pool_charset_strategy charset_strategy {};
Description

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.


PrevUpHomeNext