[MDEV-26367] Move helper functions in spd_db_conn.cc to separated file Created: 2021-08-14 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2 |
| Type: | Task | Priority: | Minor |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | Spider Refactoring | ||||||||
| Description |
|
Some functions in spd_db_conn.cc have nothing to do with "connection", and are considered to be helper functions used in ha_spider.cc. A typical example is spider_db_append_key_where(). Move such functions to a separated file, possibly named ha_spider_helper.cc. The functions moved by MDEV-26366 are the out of scope of the present issue. |