]> git.pld-linux.org Git - packages/mysql.git/commitdiff
drop innodb_mirrored_log_groups
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:26:14 +0000 (08:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:26:50 +0000 (08:26 +0200)
[Warning] innodb_mirrored_log_groups is an unimplemented feature and the
variable will be completely rem oved in a future version.

refs similar 5.7 branch update: 874af6de

mysqld.conf

index 9c4a54133787816b58301cb458a3ce7723c1dd05..a1700baf0a315565c20ccdc5727d97c4526ff963 100644 (file)
@@ -218,7 +218,6 @@ innodb_file_per_table
 # these are actual defaults (as of 5.0.26)
 innodb_data_home_dir = @clusterdir@/mysqldb/db
 innodb_data_file_path = ibdata1:10M:autoextend
-innodb_mirrored_log_groups=1
 innodb_log_group_home_dir = @clusterdir@/mysqldb/db
 innodb_log_files_in_group=2
 innodb_log_file_size=5M
This page took 0.03695 seconds and 4 git commands to generate.