diff options
author | unknown <paul@teton.kitebird.com> | 2003-12-01 12:56:29 -0600 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2003-12-01 12:56:29 -0600 |
commit | e91d1f79001a70b24163c961d142de8bb08e4b38 (patch) | |
tree | ad89eeea6fca13dace35f2743f89d6591b8c4f85 | |
parent | 91de6fdbce2a5c545532acf1124f35378a75ea0c (diff) | |
download | mariadb-git-e91d1f79001a70b24163c961d142de8bb08e4b38.tar.gz |
Fix typos.
-rw-r--r-- | support-files/my-huge.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-innodb-heavy-4G.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-small.cnf.sh | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index 18e926b1400..ba92856df0e 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -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 supports, run the program +# with the --help option. # The following options will be passed to all MySQL clients [client] diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh index ed2c2ce9dfd..9c772269749 100644 --- a/support-files/my-innodb-heavy-4G.cnf.sh +++ b/support-files/my-innodb-heavy-4G.cnf.sh @@ -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, OPTIMIZE, 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 diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 2b92dc61053..ba865a5bfd0 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -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 supports, run the program +# with the --help option. # The following options will be passed to all MySQL clients [client] diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 601ffc503c0..d4ae0061a95 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -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 supports, run the program +# with the --help option. # The following options will be passed to all MySQL clients [client] diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 3c4cafa688f..ca26a10a397 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -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 supports, run the program +# with the --help option. # The following options will be passed to all MySQL clients [client] |