[MDEV-14859] YES/NO values in table options without equality sign cause syntax error Created: 2018-01-02 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.1, 10.2 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Starting from 10.1, we have a couple of table options with YES/NO values (as opposed to 0/1) – ENCRYPTED and IETF_QUOTES. According to the documentation, equality sign between the option and the value is optional, and this should work:
but it doesn't:
It works with = sign. For options with 0/1 values both variants work. Possibly it's a documentation issue. |