mirror of
https://github.com/boostorg/mysql.git
synced 2026-07-21 13:23:46 +00:00
0661a2bb52
Adds a way to configure which character set is the server using by default, to make tracking more intelligent. This can be used to avoid redundant SET NAMES statements, specially when using connection_pool. Adds pool_params::charset_strategy and pool_charset_strategy Adds connect_params::server_default_charset Adds the invalid_connection_id constant close #498