[MCOL-3347] Productionize the IDBDataFile changes made on the CS side Created: 2019-05-31 Updated: 2019-07-23 Resolved: 2019-07-23 |
|
| 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: | Patrick LeBlanc (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Milestone4 | ||
| Epic Link: | ObjectStore support |
| Description |
|
To get everything on the CS side to use IDBDataFile instead of C++ fstreams, I forced paths to execute or not execute with changes like "if (blah)" -> "if (true || blah)" and "if (false && blah)". We need to go back and make that not dumb. |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2019-07-23 ] |
|
Did this on the CS side. It was merged into develop last week. |