[MDEV-20747] Add command to log any string to error log e.g.: LOG_ERROR(' Start ALTER TABLE'); Created: 2019-10-04 Updated: 2019-10-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Description |
|
I think it would be very welcome a function to have the server log an arbitrary (length limited) message in the error log. It could be:
Timestamp generated by the server and category not sure, maybe 'user' ?
Currently to achieve something similar is a real pain of workarounds. |