Support innodb_redo_log_capacity in replacement with deprecated innodb_log_file_size parameter in MySQL 8

XMLWordPrintable

    • 5
    • 35

      The following Warning returned in the MySQL logs due to the deprecated innodb_log_file_size parameter configured in the my.cnf/my.ini file according to Database Setup For MySQL:

       [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=1073741824. Please use innodb_redo_log_capacity instead.
      

      As innodb_log_file_size parameter have been deprecated since MySQL 8.0.30 (according to the MySQL documentation), it is best to officially support innodb_redo_log_capacity and update the Database Setup For MySQL documentation with the new configuration.

            Assignee:
            Akshay Rai
            Reporter:
            Dayana (Inactive)
            Votes:
            33 Vote for this issue
            Watchers:
            45 Start watching this issue

              Created:
              Updated: