Commit e91d1f79 authored by unknown's avatar unknown

Fix typos.

parent 91de6fdb
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
# #
# One can in this file use all long options that the program supports. # 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 # If you want to know which options a program supports, run the program
# with --help option. # with the --help option.
# The following options will be passed to all MySQL clients # The following options will be passed to all MySQL clients
[client] [client]
......
...@@ -317,7 +317,7 @@ key_buffer_size = 32M ...@@ -317,7 +317,7 @@ key_buffer_size = 32M
read_buffer_size = 2M read_buffer_size = 2M
# When reading rows in sorted order after a sort, the rows are read # 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. # performance a lot, if set this to a high value.
# Allocated per thread, when needed. # Allocated per thread, when needed.
read_rnd_buffer_size = 16M read_rnd_buffer_size = 16M
...@@ -331,7 +331,7 @@ read_rnd_buffer_size = 16M ...@@ -331,7 +331,7 @@ read_rnd_buffer_size = 16M
bulk_insert_buffer_size = 64M bulk_insert_buffer_size = 64M
# This buffer is allocated when MySQL needs to rebuild the index in # 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, OPTIMIZE, ALTER table statements as well as in LOAD DATA INFILE
# into an empty table. It is allocated per thread so be careful with # into an empty table. It is allocated per thread so be careful with
# large settings. # large settings.
myisam_sort_buffer_size = 128M myisam_sort_buffer_size = 128M
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
# #
# One can in this file use all long options that the program supports. # 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 # If you want to know which options a program supports, run the program
# with --help option. # with the --help option.
# The following options will be passed to all MySQL clients # The following options will be passed to all MySQL clients
[client] [client]
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
# #
# One can in this file use all long options that the program supports. # 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 # If you want to know which options a program supports, run the program
# with --help option. # with the --help option.
# The following options will be passed to all MySQL clients # The following options will be passed to all MySQL clients
[client] [client]
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
# #
# One can in this file use all long options that the program supports. # 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 # If you want to know which options a program supports, run the program
# with --help option. # with the --help option.
# The following options will be passed to all MySQL clients # The following options will be passed to all MySQL clients
[client] [client]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment