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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e91d1f79
Commit
e91d1f79
authored
Dec 01, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
91de6fdb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+2
-2
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
+2
-2
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+2
-2
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+2
-2
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+2
-2
No files found.
support-files/my-huge.cnf.sh
View file @
e91d1f79
...
...
@@ -10,8 +10,8 @@
# ~/.my.cnf to set user-specific options.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
# with --help option.
# If you want to know which options a program support
s
, run the program
# with
the
--help option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-innodb-heavy-4G.cnf.sh
View file @
e91d1f79
...
...
@@ -317,7 +317,7 @@ key_buffer_size = 32M
read_buffer_size
=
2M
# When reading rows in sorted order after a sort, the rows are read
# through this buffer to avoid
a
disk seeks. You can improve ORDER BY
# through this buffer to avoid disk seeks. You can improve ORDER BY
# performance a lot, if set this to a high value.
# Allocated per thread, when needed.
read_rnd_buffer_size
=
16M
...
...
@@ -331,7 +331,7 @@ read_rnd_buffer_size = 16M
bulk_insert_buffer_size
=
64M
# This buffer is allocated when MySQL needs to rebuild the index in
# REPAIR, OPTIMZE, ALTER table statements as well as in LOAD DATA INFILE
# REPAIR, OPTIM
I
ZE, ALTER table statements as well as in LOAD DATA INFILE
# into an empty table. It is allocated per thread so be careful with
# large settings.
myisam_sort_buffer_size
=
128M
...
...
support-files/my-large.cnf.sh
View file @
e91d1f79
...
...
@@ -10,8 +10,8 @@
# ~/.my.cnf to set user-specific options.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
# with --help option.
# If you want to know which options a program support
s
, run the program
# with
the
--help option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-medium.cnf.sh
View file @
e91d1f79
...
...
@@ -11,8 +11,8 @@
# ~/.my.cnf to set user-specific options.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
# with --help option.
# If you want to know which options a program support
s
, run the program
# with
the
--help option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-small.cnf.sh
View file @
e91d1f79
...
...
@@ -11,8 +11,8 @@
# ~/.my.cnf to set user-specific options.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
# with --help option.
# If you want to know which options a program support
s
, run the program
# with
the
--help option.
# The following options will be passed to all MySQL clients
[
client]
...
...
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