[MDEV-27552] Change the return type of my_uca_context_weight_find() to MY_CONTRACTION* Created: 2022-01-20 Updated: 2022-01-20 Resolved: 2022-01-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Fix Version/s: | 10.4.23, 10.5.14, 10.6.6, 10.7.2, 10.8.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In order to simplify the main patch for Let's change the return type of these functions:
from uint16* to const MY_CONTRACTION*. This change is quite stand-alone. |