Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8e6f09ec
Commit
8e6f09ec
authored
Feb 21, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for Innobase
parent
b5684cbc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
8 deletions
+72
-8
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+19
-3
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+16
-0
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+19
-3
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+18
-2
No files found.
support-files/my-huge.cnf.sh
View file @
8e6f09ec
...
@@ -38,13 +38,29 @@ set-variable = myisam_sort_buffer_size=64M
...
@@ -38,13 +38,29 @@ set-variable = myisam_sort_buffer_size=64M
log-bin
log-bin
server-id
=
1
server-id
=
1
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
# Uncomment the following if you are using BDB tables
#set-variable = bdb_cache_size=384M
#set-variable = bdb_cache_size=384M
#set-variable = bdb_max_lock=100000
#set-variable = bdb_max_lock=100000
# Point the following paths to different dedicated disks
# Uncomment the following if you are using Innobase tables
#tmpdir = /tmp/
#innobase_data_home_dir = @datadir@
#log-update = /path-to-dedicated-directory/hostname
#innobase_log_group_home_dir = @datadir@
#innobase_log_arch_dir = @datadir@
#innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
#set-variable = innobase_mirrored_log_groups=1
#set-variable = innobase_log_files_in_group=3
#set-variable = innobase_log_file_size=5M
#set-variable = innobase_log_buffer_size=8M
#innobase_flush_log_at_trx_commit=1
#innobase_log_archive=0
#set-variable = innobase_buffer_pool_size=16M
#set-variable = innobase_additional_mem_pool_size=2M
#set-variable = innobase_file_io_threads=4
#set-variable = innobase_lock_wait_timeout=50
[
mysqldump]
[
mysqldump]
quick
quick
...
...
support-files/my-large.cnf.sh
View file @
8e6f09ec
...
@@ -42,6 +42,22 @@ server-id = 1
...
@@ -42,6 +42,22 @@ server-id = 1
#set-variable = bdb_cache_size=64M
#set-variable = bdb_cache_size=64M
#set-variable = bdb_max_lock=100000
#set-variable = bdb_max_lock=100000
# Uncomment the following if you are using Innobase tables
#innobase_data_home_dir = @datadir@
#innobase_log_group_home_dir = @datadir@
#innobase_log_arch_dir = @datadir@
#innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
#set-variable = innobase_mirrored_log_groups=1
#set-variable = innobase_log_files_in_group=3
#set-variable = innobase_log_file_size=5M
#set-variable = innobase_log_buffer_size=8M
#innobase_flush_log_at_trx_commit=1
#innobase_log_archive=0
#set-variable = innobase_buffer_pool_size=16M
#set-variable = innobase_additional_mem_pool_size=2M
#set-variable = innobase_file_io_threads=4
#set-variable = innobase_lock_wait_timeout=50
# Point the following paths to different dedicated disks
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname
#log-update = /path-to-dedicated-directory/hostname
...
...
support-files/my-medium.cnf.sh
View file @
8e6f09ec
...
@@ -36,13 +36,29 @@ set-variable = myisam_sort_buffer_size=8M
...
@@ -36,13 +36,29 @@ set-variable = myisam_sort_buffer_size=8M
log-bin
log-bin
server-id
=
1
server-id
=
1
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
# Uncomment the following if you are using BDB tables
#set-variable = bdb_cache_size=4M
#set-variable = bdb_cache_size=4M
#set-variable = bdb_max_lock=10000
#set-variable = bdb_max_lock=10000
# Point the following paths to different dedicated disks
# Uncomment the following if you are using Innobase tables
#tmpdir = /tmp/
#innobase_data_home_dir = @datadir@
#log-update = /path-to-dedicated-directory/hostname
#innobase_log_group_home_dir = @datadir@
#innobase_log_arch_dir = @datadir@
#innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
#set-variable = innobase_mirrored_log_groups=1
#set-variable = innobase_log_files_in_group=3
#set-variable = innobase_log_file_size=5M
#set-variable = innobase_log_buffer_size=8M
#innobase_flush_log_at_trx_commit=1
#innobase_log_archive=0
#set-variable = innobase_buffer_pool_size=16M
#set-variable = innobase_additional_mem_pool_size=2M
#set-variable = innobase_file_io_threads=4
#set-variable = innobase_lock_wait_timeout=50
[
mysqldump]
[
mysqldump]
quick
quick
...
...
support-files/my-small.cnf.sh
View file @
8e6f09ec
...
@@ -35,11 +35,27 @@ set-variable = sort_buffer=64K
...
@@ -35,11 +35,27 @@ set-variable = sort_buffer=64K
set-variable
=
net_buffer_length
=
2K
set-variable
=
net_buffer_length
=
2K
server-id
=
1
server-id
=
1
# Uncomment the following if you want to log updates
#log-bin
# Uncomment the following if you are NOT using BDB tables
# Uncomment the following if you are NOT using BDB tables
#skip-bdb
#skip-bdb
# Uncomment the following if you want to log updates
# Uncomment the following if you are using Innobase tables
#log-bin
#innobase_data_home_dir = @datadir@
#innobase_log_group_home_dir = @datadir@
#innobase_log_arch_dir = @datadir@
#innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
#set-variable = innobase_mirrored_log_groups=1
#set-variable = innobase_log_files_in_group=3
#set-variable = innobase_log_file_size=5M
#set-variable = innobase_log_buffer_size=8M
#innobase_flush_log_at_trx_commit=1
#innobase_log_archive=0
#set-variable = innobase_buffer_pool_size=16M
#set-variable = innobase_additional_mem_pool_size=2M
#set-variable = innobase_file_io_threads=4
#set-variable = innobase_lock_wait_timeout=50
[
mysqldump]
[
mysqldump]
quick
quick
...
...
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