[MDEV-31992] Automatic conversion from LEX_STRING to LEX_CSTRING Created: 2023-08-23 Updated: 2023-09-17 Resolved: 2023-08-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Fix Version/s: | 11.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Let's add automatic conversion operator from LEX_STRING to LEX_CSTRING.
This will help to remove some duplicate functions/methods accepting LEX_CSTRING and LEX_STRING and to avoid adding duplicate functions/methods in the future. Duplicate methods:
The version with LEX_STRING should be removed. |