[MDEV-8585] BOOLEAN variables with a required command-line argument (e.g. aria-encrypt-tables) Created: 2015-08-08 Updated: 2016-08-29 Resolved: 2016-08-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.9 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There are some boolean variables/options which are not recognized on a command line or in a cnf file without an argument It does not seem particularly reasonable, and certainly looks inconsistent, because other similar variables work just fine without an argument.. I could suppose that it's a legacy thing, but there are new ones as well, e.g. aria-encrypt-tables. So, innodb-encrypt-tables works without an argument, encrypt-tmp-disk-tables too, but aria-encrypt-tables does not. It's just weird. |
| Comments |
| Comment by Sergei Golubchik [ 2016-07-12 ] | ||||||||||||||
|
Are you sure about that? innodb_encryption.opt has aria-encrypt-tables without an argument, so it must be working. | ||||||||||||||
| Comment by Elena Stepanova [ 2016-08-26 ] | ||||||||||||||
|
It works now (as of 10.1.16), it didn't work for 10.1.5:
Presumably it was fixed by this commit:
|