[MDEV-26981] Remove DYNAMIC_ARRAY get_index_dynamic() Created: 2021-11-05 Updated: 2021-11-24 Resolved: 2021-11-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 10.8.0 |
| Type: | Task | Priority: | Trivial |
| Reporter: | Eric Herman | Assignee: | Robert Bindar |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The DYNAMIC_ARRAY copies values in and copies values out. Without a comparitor function, get_index_dynamic() does not make sense. This function is not used. If we have a need for a function like it in the future, I propose we write a new one with unit tests showing how it is used and demonstrating that it behaves as expected. |
| Comments |
| Comment by Robert Bindar [ 2021-11-24 ] |
|
Pushed Eric Herman's PR in 10.8 |