Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Charset Narrowing optimization: https://mariadb.com/kb/en/charset-narrowing-optimization/
has been introduced into versions starting from 10.6. Because of that, it is not enabled by default.
This task is to enable it by default in a non-GA version.
Attachments
Issue Links
- relates to
-
MDEV-32526 Enable Charset Narrowing by default starting from 11.3
-
- Closed
-
The commit in the main branch:
commit 8478a06cdbb7281e1cc2d507f18c985c736c2ffc
Author: Sergei Petrunia <sergey@mariadb.com>
Date: Fri Jul 26 10:15:50 2024 +0300
MDEV-34380: Set optimizer_switch='cset_narrowing=on' by default