diff options
author | monty@donna.mysql.com <> | 2001-02-15 03:43:14 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-15 03:43:14 +0200 |
commit | 450d98e3418fc3e267833d3ad13d45b539269fac (patch) | |
tree | 48461790e73014dbea005fbd6ef8d48e83cc6f14 /support-files | |
parent | 7de40020d7684af7ec139455ca99ce6480f434e0 (diff) | |
download | mariadb-git-450d98e3418fc3e267833d3ad13d45b539269fac.tar.gz |
Changed --replace to --replace_result in mysqltest
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-huge.cnf.sh | 6 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 6 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 3 | ||||
-rw-r--r-- | support-files/my-small.cnf.sh | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index d3f5740399c..df37d746b57 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -32,7 +32,8 @@ set-variable = table_cache=512 set-variable = sort_buffer=2M set-variable = record_buffer=2M set-variable = thread_cache=8 -set-variable = thread_concurrency=8 # Try number of CPU's*2 +# Try number of CPU's*2 for thread_concurrency +set-variable = thread_concurrency=8 set-variable = myisam_sort_buffer_size=64M log-bin server-id = 1 @@ -51,7 +52,8 @@ set-variable = max_allowed_packet=16M [mysql] no-auto-rehash -#safe-updates # Remove the comment character if you are not familiar with SQL +# Remove the next comment character if you are not familiar with SQL +#safe-updates [isamchk] set-variable = key_buffer=256M diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 06a184a3170..6630c6ad229 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -33,7 +33,8 @@ set-variable = sort_buffer=1M set-variable = record_buffer=1M set-variable = myisam_sort_buffer_size=64M set-variable = thread_cache=8 -set-variable = thread_concurrency=8 # Try number of CPU's*2 +# Try number of CPU's*2 for thread_concurrency +set-variable = thread_concurrency=8 log-bin server-id = 1 @@ -51,7 +52,8 @@ set-variable = max_allowed_packet=16M [mysql] no-auto-rehash -#safe-updates # Remove the comment character if you are not familiar with SQL +# Remove the next comment character if you are not familiar with SQL +#safe-updates [isamchk] set-variable = key_buffer=128M diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 0f03f81ce09..f8cea9919ec 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -50,7 +50,8 @@ set-variable = max_allowed_packet=16M [mysql] no-auto-rehash -#safe-updates # Remove the comment character if you are not familiar with SQL +# Remove the next comment character if you are not familiar with SQL +#safe-updates [isamchk] set-variable = key_buffer=20M diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 4fedde14f00..9a854b99b88 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -47,7 +47,8 @@ set-variable = max_allowed_packet=16M [mysql] no-auto-rehash -#safe-updates # Remove the comment character if you are not familiar with SQL +# Remove the next comment character if you are not familiar with SQL +#safe-updates [isamchk] set-variable = key_buffer=8M |