summaryrefslogtreecommitdiff
path: root/support-files/my-large.cnf.sh
Commit message (Collapse)AuthorAgeFilesLines
* mergeGeorgi Kodinov2010-11-191-11/+7
|\
| * Bug #50021: Windows standard configuration files are showing Linux Georgi Kodinov2010-11-181-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | options/settings 1. Changed the default value for socket on Windows to the windows default 2. Removed hard-coded trailing slashes from innodb_data_home_dir and innodb_log_group_name_dir. 3. Added extra backslashes to the innodb directory example 4. Made the tempdir platform "dependent" 5. Fixed the comments in the .ini files 6. Removed the tmpdir from the templates and the scripts
* | A follow-up on WL#5154 and WL#5182: remove forgotten options.Alexander Nozdrin2010-03-031-2/+2
|/
* Bug#34521, removed a bunch of deprecated options from template my.cnf files.Daniel Fischer2009-03-311-12/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from 5.0 version of this patch: - Removed entire isamchk section. Support for ISAM tables was removed in 5.0. - Replaced key_buffer with key_buffer_size (correct spelling). - Removed skip-bdb, as BDB is no longer included in 5.0 and above. - Removed commented-out bdb_cache_size and bdb_max_lock for the same reason. - Removed commented-out innodb_log_arch_dir, deprecated in 5.0.24. - Removed myisam_max_extra_sort_file_size, deprecated in 5.0.6. - Removed log_long_format, deprecated in 4.1. - Replaced default_table_type with default-storage-engine. New in 5.1: - Replaced table_cache with table_open_cache. - Removed skip-federated, should have been in 5.0 only. - Replaced log_slow_queries with slow_query_log, deprecated in 5.1.29.
| * Bug#34521, removed a bunch of deprecated options from template my.cnf files:Daniel Fischer2009-03-311-13/+2
| | | | | | | | | | | | | | | | | | | | | | - Removed entire isamchk section. Support for ISAM tables was removed in 5.0. - Replaced key_buffer with key_buffer_size (correct spelling). - Removed skip-bdb, as BDB is no longer included in 5.0 and above. - Removed commented-out bdb_cache_size and bdb_max_lock for the same reason. - Removed commented-out innodb_log_arch_dir, deprecated in 5.0.24. - Removed myisam_max_extra_sort_file_size, deprecated in 5.0.6. - Removed log_long_format, deprecated in 4.1. - Replaced default_table_type with default-storage-engine.
* | Backport from 6.0 fix for Bug#38249Davi Arnaut2009-02-121-1/+0
| | | | | | | | | | 2722 Konstantin Osipov 2008-10-03 Fix Bug#38249 innodb_log_arch_dir still in support files Remove a non-supported variable from cnf file templates.
* | Bug #39812: Make statement replication default for 5.1 (to match 5.0)Georgi Kodinov2008-10-031-0/+3
| | | | | | | | | | Make STMT replication default for 5.1. Add a default of MIXED into the config files Fix the tests that needed MIXED replication mode.
* | Up-merge of merges, some criss-cross resolved with --weave.Timothy Smith2008-07-191-0/+3
|\ \ | |/
| * Use skip-federated by default in all example configs.Jonathan Perkin2008-06-101-0/+3
| |
* | Many files:kent@mysql.com/g4-2.local2006-08-211-4/+0
| | | | | | | | | | Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb
* | Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf tojimw@mysql.com2005-11-111-1/+1
|/ | | | be the same as the suggested innodb_buffer_pool_size.
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-1/+1
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
| * Fix typo (thread_cache should be thread_cache_size) in examplejimw@mysql.com2005-10-131-1/+1
| | | | | | | | configuration files. (Bug #13811)
* | Encourage user to specify a name for the binlog index file (either by giving ↵guilhem@mysql.com2005-01-111-2/+2
|/ | | | | | | an argument to --log-bin, or by using --log-bin-index). This is so that he does not have a replication break when his master's hostname changes. Plus binary logging options consistency checks.
* Merge with 4.0.21monty@mysql.com2004-06-181-4/+4
|\
| * Touchups to .cnf file comments.paul@teton.kitebird.com2004-06-021-5/+5
| |
* | Add read_rnd_buffer_size in my.cnf example filesmonty@mysql.com2004-05-101-0/+1
| | | | | | | | Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
* | Fix typos.paul@teton.kitebird.com2003-12-011-2/+2
|/
* mergemonty@narttu.mysql.fi2003-04-241-0/+1
|\
| * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-0/+1
| | | | | | | | | | | | Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
* | - updated sample my.cnf files: removed deprecated set-variable keywordslenz@mysql.com2003-04-231-26/+26
|/
* - Updated variable names that have been renamed in my.cnf example fileslenz@mysql.com2003-04-151-5/+34
| | | | | (bug #223) - Added more detailed info about how to set up replication
* - worked around bug #235 (my-huge.cnf error) by reformatting the comments lenz@mysql.com2003-04-091-4/+45
| | | | | | | in the sample configuration files - reworked the replication options and comments a bit - added option "skip-networking" (commented out by default) to the sample configuration files (enhancement request from bug report #234)
* my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh:heikki@hundin.mysql.fi2002-07-121-9/+8
| | | | Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
* Update to autoconf 2.52monty@hundin.mysql.fi2002-02-071-1/+1
| | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
* Added information about using mysql-maxmonty@donna.mysql.fi2001-05-121-1/+1
|
* Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-131-14/+14
| | | | Deleted a lot of old benchmark runs
* Added INNODB as a synonym for INNOBASEmonty@donna.mysql.fi2001-04-021-3/+3
| | | | | Fixed bug where FLUSH TABLES could make indexes unavailable for the next query Added --skip-safemalloc
* Update for Innobasemonty@donna.mysql.fi2001-02-211-0/+16
|
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-2/+4
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-071-1/+3
| | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-0/+3
|
* Import changesetbk@work.mysql.com2000-07-311-0/+64