[MDEV-4768] Audit: Error code gets truncated along with a long statement Created: 2013-07-07 Updated: 2013-08-27 Resolved: 2013-08-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | server_audit | ||
| Issue Links: |
|
||||||||
| Description |
|
Having the error code in the audit log, implemented in the latest version, is a good thing, but I suppose it should go before the query. Currently it can easily get truncated since the limitation on the query length is quite low. bzr version-info
|
| Comments |
| Comment by Alexey Botchkov [ 2013-08-22 ] |
|
The record format left same but the long query gets truncated. |