[MDEV-9213] 'innodb = FORCE' configuration not document and seams ineffective Created: 2015-11-30 Updated: 2015-11-30 Resolved: 2015-11-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Plugins |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Michaël de groot | Assignee: | Ian Gilfillan |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.5 |
||
| Description |
|
Hi, I ran into a configuration that included: I could not find this in the documentation anywhere, looked into the documentation of MySQL 5.0 and upwards. I removed the configuration and compared SHOW GLOBAL VARIABLES output. There were no changes. Apparently this configuration does nothing. I think a deprecation message should be place, or the server should not start with it as it's a incorrect variable. Or, if it does have a function, that should be documented. Cheers, |
| Comments |
| Comment by Michaël de groot [ 2015-11-30 ] |
|
tanj was able to shed some light: Tells the server to enable the plugin, but if plugin initialization fails, the server does not start. In other words, this option forces the server to run with the plugin enabled or not at all. |
| Comment by Sergei Golubchik [ 2015-11-30 ] |
|
This is documented here: |