| Bug #60113 | plugin names are conflicting with system variable names | ||
|---|---|---|---|
| Submitted: | 11 Feb 2011 11:53 | Modified: | 10 Oct 8:22 |
| Reporter: | Sergey Vojtovich | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
| Version: | 5.6.2 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[11 Feb 2011 11:53]
Sergey Vojtovich
[26 Feb 2011 0:41]
Sveta Smirnova
Thank you for the report. Verified as described.
[10 Oct 8:22]
Georgi Kodinov
Posted by developer: Option prefixes are removed since 5.7. See e.g. https://dev.mysql.com/doc/refman/5.7/en/program-variables.html In older versions of MySQL, program options could be specified in full or as any unambiguous prefix. For example, the --compress option could be given to mysqldump as --compr, but not as --comp because the latter is ambiguous. In MySQL 5.7, option prefixes are no longer supported; only full options are accepted. This is because prefixes can cause problems when new options are implemented for programs and a prefix that is currently unambiguous might become ambiguous in the future.
