[MCOL-4817] Refactor ser/des code for dbcon/joblist and primitives/primproc Created: 2021-07-19 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Roman | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As of 6.1.1 serialization of similar objects that derives from Command class is broken into two parts:
This layout complicates ser/des changes so that this functionality must be separated into a translation unit stored in ./utils/serialization. |