[MDEV-11146] SP variables of the SET data type erroneously allow values with comma Created: 2016-10-26 Updated: 2017-11-15 Resolved: 2016-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Stored routines |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Comma is not allowed in SET values in a field definition:
SP variables erroneously allow commas:
Notice, the 'a,b' value is ignored. Commas should be disallowed in values for SP SET variables. |