Skip to content

Commit

Permalink
remove mysql/mariadb duplicate parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
licess committed Mar 24, 2016
1 parent 941a4c5 commit edfd245
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions include/mariadb.sh
Expand Up @@ -100,7 +100,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down Expand Up @@ -199,7 +198,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
explicit_defaults_for_timestamp = true
#skip-networking
Expand Down
4 changes: 0 additions & 4 deletions include/mysql.sh
Expand Up @@ -191,7 +191,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down Expand Up @@ -295,7 +294,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down Expand Up @@ -397,7 +395,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
explicit_defaults_for_timestamp = true
#skip-networking
Expand Down Expand Up @@ -529,7 +526,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
explicit_defaults_for_timestamp = true
#skip-networking
Expand Down
1 change: 0 additions & 1 deletion include/upgrade_mariadb.sh
Expand Up @@ -139,7 +139,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down
4 changes: 0 additions & 4 deletions include/upgrade_mysql.sh
Expand Up @@ -60,7 +60,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down Expand Up @@ -158,7 +157,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down Expand Up @@ -253,7 +251,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
explicit_defaults_for_timestamp = true
#skip-networking
Expand Down Expand Up @@ -380,7 +377,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
explicit_defaults_for_timestamp = true
#skip-networking
Expand Down
1 change: 0 additions & 1 deletion include/upgrade_mysql2mariadb.sh
Expand Up @@ -139,7 +139,6 @@ myisam_sort_buffer_size = 8M
thread_cache_size = 8
query_cache_size = 8M
tmp_table_size = 16M
table_open_cache = 64
#skip-networking
max_connections = 500
Expand Down

0 comments on commit edfd245

Please sign in to comment.