Skip to content

Commit

Permalink
rename $MYSQL_LOWER_CASE_TABLE_NAME to $MYSQL_LOWER_CASE_TABLE_NAMES #45
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Feb 21, 2022
1 parent 19346bd commit e4b9d26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 10/templates/10.2/my.cnf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ init_connect = '{{ getenv "MYSQL_INIT_CONNECT" "SET N
character_set_server = {{ getenv "MYSQL_CHARACTER_SET_SERVER" "utf8" }}
character_set_filesystem = {{ getenv "MYSQL_CHARACTER_SET_FILESYSTEM" "utf8" }}

{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
{{- end }}

symbolic-links = 0
Expand Down
4 changes: 2 additions & 2 deletions 10/templates/10.3/my.cnf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ init_connect = '{{ getenv "MYSQL_INIT_CONNECT" "SET N
character_set_server = {{ getenv "MYSQL_CHARACTER_SET_SERVER" "utf8" }}
character_set_filesystem = {{ getenv "MYSQL_CHARACTER_SET_FILESYSTEM" "utf8" }}

{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
{{- end }}

symbolic-links = 0
Expand Down
4 changes: 2 additions & 2 deletions 10/templates/10.4/my.cnf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ init_connect = '{{ getenv "MYSQL_INIT_CONNECT" "SET N
character_set_server = {{ getenv "MYSQL_CHARACTER_SET_SERVER" "utf8" }}
character_set_filesystem = {{ getenv "MYSQL_CHARACTER_SET_FILESYSTEM" "utf8" }}

{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
{{- end }}

symbolic-links = 0
Expand Down
4 changes: 2 additions & 2 deletions 10/templates/10.5/my.cnf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ init_connect = '{{ getenv "MYSQL_INIT_CONNECT" "SET N
character_set_server = {{ getenv "MYSQL_CHARACTER_SET_SERVER" "utf8mb4" }}
character_set_filesystem = {{ getenv "MYSQL_CHARACTER_SET_FILESYSTEM" "binary" }}

{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAME" }}
{{- if getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
lower_case_table_names = {{ getenv "MYSQL_LOWER_CASE_TABLE_NAMES" }}
{{- end }}

symbolic-links = 0
Expand Down

0 comments on commit e4b9d26

Please # to comment.