[MDEV-20281] "[ERROR] Failed to write to mysql.slow_log:" without error reason Created: 2019-08-07 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3.17, 10.4.7, 10.4.12, 10.6.9, 10.7.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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.
|
| Comments |
| Comment by Oleksandr Byelkin [ 2019-10-11 ] |
|
table->s->fields < 13 check (if it is users table) mean old system files earlier then 3.23 or the same (do not remember on the top of my head) |
| Comment by Hartmut Holzgraefe [ 2019-10-11 ] |
|
This is current code still found in the 10.4 branch: |
| Comment by Mitchell Lee [ 2022-08-02 ] |
|
Still here. |
| Comment by Mitchell Lee [ 2022-11-17 ] |
|
Update, |