Spider: remove unnecessary #ifdef and dead code in #ifdef
(MDEV-26178)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | None |
| Fix Version/s: | 10.9.0 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Comments |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-01-28 ] |
|
I did this by my hand https://github.com/MariaDB/server/commit/3decd8251927d1e53d20bc3281a06c07c646dcfe |
| Comment by Alexey Botchkov [ 2022-02-01 ] |
|
I see one MARIADB_BASE_VERSION survived in the spd_db_oracle.cc. |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-02-01 ] |
|
Thank you for your review. This is intentional. spd_db_oralce.* will also be removed by another issue. |