Merge "[MariaDB] Update/remove deprecated configuration"

This commit is contained in:
Zuul 2018-10-13 21:40:48 +00:00 committed by Gerrit Code Review
commit be7dbf6c28
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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/