Commit 7b31e57f authored by unknown's avatar unknown

Be picky.

parent 81836c8e
...@@ -71,7 +71,7 @@ max_connections = 100 ...@@ -71,7 +71,7 @@ max_connections = 100
# the host will be blocked from connecting to the MySQL server until # the host will be blocked from connecting to the MySQL server until
# "FLUSH HOSTS" has been run or the server was restarted. Invalid # "FLUSH HOSTS" has been run or the server was restarted. Invalid
# passwords and other errors during the connect phase result in # passwords and other errors during the connect phase result in
# increasing this value. See the "Aborted_Connects" status variable for # increasing this value. See the "Aborted_connects" status variable for
# global counter. # global counter.
max_connect_errors = 10 max_connect_errors = 10
...@@ -111,14 +111,14 @@ max_heap_table_size = 64M ...@@ -111,14 +111,14 @@ max_heap_table_size = 64M
# Sort buffer is used to perform sorts for some ORDER BY and GROUP BY # Sort buffer is used to perform sorts for some ORDER BY and GROUP BY
# queries. If sorted data does not fit into the sort buffer, a disk # queries. If sorted data does not fit into the sort buffer, a disk
# based merge sort is used instead - See "sort_merge_passes". Allocated # based merge sort is used instead - See the "Sort_merge_passes"
# per thread if sort is needed. # status variable. Allocated per thread if sort is needed.
sort_buffer_size = 8M sort_buffer_size = 8M
# This buffer is used for the optimization of full JOINs (JOINs without # This buffer is used for the optimization of full JOINs (JOINs without
# indexes). Such JOINs are very bad for performance in most cases # indexes). Such JOINs are very bad for performance in most cases
# anyway, but setting this variable to a large value reduces the # anyway, but setting this variable to a large value reduces the
# performance impact. See the "select_full_join" status variable for a # performance impact. See the "Select_full_join" status variable for a
# count of full JOINs. Allocated per thread if full join is found # count of full JOINs. Allocated per thread if full join is found
join_buffer_size = 8M join_buffer_size = 8M
......
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