Delete variables, deprecated by MDEV-27228, and related code
(MDEV-27255)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | None |
| Fix Version/s: | 10.10.0 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Delete the variable and unused code paths. |
| Comments |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-05-10 ] |
|
holyfoot I divided my fix into a series of patches for ease of review. Please check the most recent three patches in the branch. https://github.com/MariaDB/server/tree/bb-10.10-MDEV-27256 |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-06-09 ] |
|
Thank you for your review and suggestion. I'd like to keep the code as is because the formatting is mostly done by clang-format-diff and I believe it is a good practice to just use a formatter without manual formatting. |