| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Make STMT replication default for 5.1.
Add a default of MIXED into the config files
Fix the tests that needed MIXED replication mode.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
|
|/
|
|
| |
be the same as the suggested innodb_buffer_pool_size.
|
|\
| |
| |
| | |
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
|
| |
| |
| |
| | |
configuration files. (Bug #13811)
|
|/
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
|
|/ |
|
|
|
|
|
| |
(bug #223)
- Added more detailed info about how to set up replication
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
|
|
|
|
|
| |
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
|
| |
|
|
|
|
| |
Deleted a lot of old benchmark runs
|
|
|
|
|
| |
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
Added --skip-safemalloc
|
| |
|
|
|
|
|
|
| |
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
|
|
|
|
|
|
| |
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
|
| |
|
|
|