[MCOL-3365] Make the file / path representation consistent in SM Created: 2019-06-04 Updated: 2019-08-07 Resolved: 2019-08-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | ObjectStore support |
| Description |
|
We currently represent a filename or path in several different ways, and have to do several different conversions as a result. Sometimes it's a char *, sometimes it's a string, sometimes it's a boost::filename::path. We should standardize this for sanity's sake. Since we use boost::filesystem a lot, I suggest boost::filesystem::path. |