• Marko Mäkelä's avatar
    MDEV-16469 SET GLOBAL innodb_change_buffering has no effect · b52bb6eb
    Marko Mäkelä authored
    When type of the settable global variable innodb_change_buffering was
    changed from string to ENUM in MDEV-12218, the "shadow" variable ibuf_use
    stopped being updated as a result of SET GLOBAL innodb_change_buffering.
    Only on InnoDB startup, the parameter innodb_change_buffering would
    take effect.
    
    ibuf_use: Remove, and use the global variable innodb_change_buffering.
    b52bb6eb
ha_innodb.cc 606 KB