diff --git a/mariadb/templates/etc/_00-base.cnf.tpl b/mariadb/templates/etc/_00-base.cnf.tpl index 5e2597f99..068d11306 100644 --- a/mariadb/templates/etc/_00-base.cnf.tpl +++ b/mariadb/templates/etc/_00-base.cnf.tpl @@ -75,11 +75,9 @@ table_definition_cache=1024 # TODO(tomasz.paszkowski): This needs to by dynamic based on available RAM. innodb_buffer_pool_size=1024M innodb_doublewrite=0 -innodb_file_format=Barracuda innodb_file_per_table=1 innodb_flush_method=O_DIRECT innodb_io_capacity=500 -innodb_locks_unsafe_for_binlog=1 innodb_log_file_size=128M innodb_old_blocks_time=1000 innodb_read_io_threads=8 diff --git a/mariadb/templates/etc/_my.cnf.tpl b/mariadb/templates/etc/_my.cnf.tpl index c6900517a..6c94203af 100644 --- a/mariadb/templates/etc/_my.cnf.tpl +++ b/mariadb/templates/etc/_my.cnf.tpl @@ -17,7 +17,7 @@ limitations under the License. [mysqld] datadir=/var/lib/mysql basedir=/usr -ignore-db-dir=lost+found +ignore-db-dirs=lost+found [client-server] !includedir /etc/mysql/conf.d/