[MDEV-15241] make SIGNAL maximum MESSAGE_TEXT length a larger value Created: 2018-02-07 Updated: 2018-04-04 Resolved: 2018-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Robert Dyas | Assignee: | Varun Gupta (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.3.6-1 |
| Description |
|
Currently when you raise a SIGNAL and set MESSAGE_TEXT you are limited to 128 characters. When you are dynamically constructing messages sometimes the 128 char limit is a a problem. Would it be easy to make this longer or configurable to a longer length? |
| Comments |
| Comment by Varun Gupta (Inactive) [ 2018-03-21 ] |
|
MYSQL_ERRMSG_SIZE is the max length of the error message, part of the protocol specs |
| Comment by Varun Gupta (Inactive) [ 2018-03-22 ] |
|
Patch |