[MDEV-27474] Spider: remove #WITH_PARTITION_STORAGE_ENGINE Created: 2022-01-12 Updated: 2022-03-31 Resolved: 2022-03-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | 10.9.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
#ifdef WITH_PARTITION_STORAGE_ENGINE ... #endif appears frequently in the Spider code base. However, Spider is disabled if the partitioning engine is disabled. So, there is no need to maintain such #ifdefs. |
| Comments |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-02-10 ] |
|
https://github.com/MariaDB/server/commit/9d1af70a690d71dc2c30c3dbb34100bcdbee0e39 |
| Comment by Alexey Botchkov [ 2022-03-31 ] |
|
Ok to push. |