Skip to content

Remove Special Handling for client_encoding #4898

@rahim-kanji

Description

@rahim-kanji

Description

Currently, the client_encoding parameter in ProxySQL is handled as a special case, introducing unnecessary complexity and redundant code. This issue proposes:

  • Treat client_encoding as a normal server parameter – This simplifies the code by removing any exceptional handling.
  • Improve RESET ALL – Ensure that resetting all parameters is performed more efficiently.

Proposed Changes

  • Remove any explicit special handling of client_encoding.
  • Improve RESET ALL command operation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions