Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
e764df6a
Commit
e764df6a
authored
May 01, 2021
by
Christophe Giboudeaux
Browse files
Remove references to innodb_additional_mem_pool_size
This setting is gone from both MySQL and MariaDB.
parent
1c66ba49
Pipeline
#60379
passed with stage
in 11 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/server/storage/mysql-global-mobile.conf
View file @
e764df6a
...
...
@@ -37,10 +37,6 @@ collation_server=utf8_general_ci
# use InnoDB for transactions and better crash recovery
default_storage_engine
=
innodb
# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
# Deprecated in MySQL >= 5.6.3
innodb_additional_mem_pool_size
=
1
M
# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_buffer_pool_size
=
8
M
...
...
src/server/storage/mysql-global.conf
View file @
e764df6a
...
...
@@ -37,10 +37,6 @@ collation_server=utf8_general_ci
# use InnoDB for transactions and better crash recovery
default_storage_engine
=
innodb
# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:8M)
# Deprecated in MySQL >= 5.6.3, removed in 5.7 (works in MariaDB)
# innodb_additional_mem_pool_size=8M
# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_buffer_pool_size
=
128
M
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment