Skip to content

Commit

Permalink
Bug 1896600: MariaDB <10.6 wants ON instead of 1 in config (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave authored Jun 30, 2024
1 parent ede4171 commit 39cddb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/mysql/bugzilla-mysql56.cnf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[mysqld]
max_allowed_packet = 64M
innodb_file_format = Barracuda
innodb_file_per_table = 1
innodb_large_prefix = 1
innodb_file_per_table = ON
innodb_large_prefix = ON

[mysql]
max_allowed_packet = 64M
4 changes: 2 additions & 2 deletions template/en/default/setup/strings.txt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ END
mysql_innodb_settings => <<'END',
Bugzilla requires the following MySQL InnoDB settings:
innodb_file_format = Barracuda
innodb_file_per_table = 1
innodb_large_prefix = 1
innodb_file_per_table = ON
innodb_large_prefix = ON
END
mysql_index_renaming => <<'END',
We are about to rename old indexes. The estimated time to complete
Expand Down

0 comments on commit 39cddb6

Please sign in to comment.