Details
Description
There's at least one code path, maybe more, in Log_to_csv_event_handler::log_slow() that logs an error, but does not print an actuall error message so that the cause / reason of the error is unclear.
/* check that all columns exist */
|
if (table->s->fields < 13)
|
goto err;
|
Attachments
Issue Links
- relates to
-
MDEV-24339 "[ERROR] Failed to write to mysql.slow_log:" without reason
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | Server [ 13907 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Assignee | Oleksandr Byelkin [ sanja ] |
Description |
There's at least one code path, maybe more, in {{Log_to_csv_event_handler::
log_slow()}} that logs an error, but does not print an actuall error message so that the cause / reason of the error is unclear. {noformat} /* check that all columns exist */ if (table->s->fields < 13) goto err; {noformat} |
There's at least one code path, maybe more, in {{Log_to_csv_event_handler::log_slow()}} that logs an error, but does not print an actuall error message so that the cause / reason of the error is unclear.
{noformat} /* check that all columns exist */ if (table->s->fields < 13) goto err; {noformat} |
Affects Version/s | 10.4.12 [ 24019 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 98778 ] | MariaDB v4 [ 141463 ] |
Affects Version/s | 10.7.4 [ 27504 ] |
Affects Version/s | 10.6.9 [ 27507 ] |
Fix Version/s | 10.3 [ 22126 ] |
Zendesk Related Tickets | 153675 181811 |
Priority | Major [ 3 ] | Minor [ 4 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 11.4 [ 29301 ] |
Fix Version/s | 10.4(EOL) [ 22408 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Labels | need_feedback |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Labels | need_feedback |
Status | Needs Feedback [ 10501 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5.28 [ 29952 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 11.4 [ 29301 ] |
issue.field.resolutiondate | 2025-01-25 20:07:20.0 | 2025-01-25 20:07:20.204 |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.6.21 [ 29953 ] | |
Fix Version/s | 10.11.11 [ 29954 ] | |
Fix Version/s | 11.4.5 [ 29956 ] | |
Fix Version/s | 11.7.2 [ 29914 ] |