[MDEV-464] Statistics: use_stat_tables (or use-stat-tables) command-line option is accepted, but ignored Created: 2012-08-17 Updated: 2012-08-20 Resolved: 2012-08-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
Server accepts --use-stat-tables=<symbolic value> or --use-stat-tables=<numeric value> options on the command line without any errors or warnings, but the actual value of the global variable does not get set, it remains NEVER. Changing the value at runtime works. bzr version-info
Test case:
Expected output:
Actual output:
|
| Comments |
| Comment by Igor Babaev [ 2012-08-20 ] |
|
The fix for the bug was pushed into maria-5.5-mwl248. |