Skip to content

Commit

Permalink
Return innodb_large_prefix to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 13, 2017
1 parent 4bc8d2d commit 986d332
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 112 deletions.
6 changes: 3 additions & 3 deletions 10/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ MARIADB_VER ?= 10.2.11
TAG ?= $(shell echo "${MARIADB_VER}" | grep -oE '^[0-9]+\.[0-9]+?')

ifneq ($(STABILITY_TAG),)
ifneq ($(TAG),latest)
override TAG := $(TAG)-$(STABILITY_TAG)
endif
ifneq ($(TAG),latest)
override TAG := $(TAG)-$(STABILITY_TAG)
endif
endif

REPO = wodby/mariadb
Expand Down
1 change: 1 addition & 0 deletions 10/templates/10.1/my.cnf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ innodb_file_format = {{ getenv "MYSQL_INNODB_FILE_FORMAT" "
innodb_flush_method = {{ getenv "MYSQL_INNODB_FLUSH_METHOD" "O_DIRECT" }}
innodb_flush_log_at_trx_commit = {{ getenv "MYSQL_INNODB_FLUSH_LOG_AT_TRX_COMMIT" "2" }}
innodb_io_capacity = {{ getenv "MYSQL_INNODB_IO_CAPACITY" "200" }}
innodb_large_prefix = {{ getenv "MYSQL_INNODB_LARGE_PREFIX" "1" }}
innodb_lock_wait_timeout = {{ getenv "MYSQL_INNODB_LOCK_WAIT_TIMEOUT" "50" }}
innodb_log_buffer_size = {{ getenv "MYSQL_INNODB_LOG_BUFFER_SIZE" "8M" }}
innodb_log_file_size = {{ getenv "MYSQL_INNODB_LOG_FILE_SIZE" "128M" }}
Expand Down
Loading

0 comments on commit 986d332

Please sign in to comment.