[MCOL-1092] update and delete event_types are labeled with incorrect/garbled characters Created: 2017-12-10 Updated: 2023-10-26 Resolved: 2018-03-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On MariaDB Master
On mxs_adapter machine
on MariaDB ColumnStore
Issue: Note the event_type for update event on MariaDB ColumnStore is showing as "CpNoTf" |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-12-10 ] |
|
CpNoTf indicates a a possible data corruption in the dictionary column (or a bad token). This should never happen so there is likely a bug in the API. If markus makela can figure out what bad thing is being inserted in event_type I can figure out what bad thing is happening at the API level. |
| Comment by markus makela [ 2018-03-05 ] |
|
Discussed this with LinuxJedi and came to the conclusion that this was an API error. |