summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ha_checktype() and redundant variables.unknown2004-03-021-19/+1
* update max_used_connections *after* thread_count was increased to take into a...unknown2004-02-281-2/+2
* Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-271-1/+1
|\
| * Applied fixes to issues discovered during test builds on Windows.unknown2004-02-271-1/+1
* | my_gethwaddr() for linux/freebsdunknown2004-02-271-1/+2
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-261-1/+1
|\ \ | |/ |/|
| * in netware ':' is also a valid path characterunknown2004-02-241-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-241-0/+1
|\ \ | |/
| * missing break addedunknown2004-02-231-0/+1
* | merge with 4.0 to get security fixes and latest bug fixesunknown2004-02-201-21/+23
|\ \ | |/ |/|
| * Fixed usage of strxnmov() in recent changesetsunknown2004-02-191-21/+23
| * potential problem fixed afer some reasoningunknown2004-02-191-2/+3
* | Safety fixes (strnmov -> strmake)unknown2004-02-201-3/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-191-111/+21
|\ \
| * | Max open files handling moved to my_set_max_open_files()unknown2004-02-191-111/+21
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-171-7/+21
|\ \ \ | |/ / |/| |
| * | ft_boolean_syntax made changeableunknown2004-02-161-7/+21
* | | Merge with 4.0.18unknown2004-02-111-30/+48
|\ \ \ | |/ / |/| / | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-041-1/+1
| |\
| | * Fixed a bug in slave-compressed-protocol. Using this optionunknown2004-02-041-1/+1
| * | Fixed problem with range optimization over overlapping ranges (#2448)unknown2004-02-041-1/+0
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-041-1/+2
| |\ \ | | |/ | |/|
| | * Ensure that wait_timeout doesn't overflow on windows. (Bug #2400)unknown2004-02-041-1/+2
| * | Merge bk-internal:/home/bk/mysql-4.0/unknown2004-02-031-6/+24
| |\ \
| | * | Added new option --sync-frm / --skip-sync-frmunknown2004-02-031-6/+24
| * | | increase the size of a signal thread's stack (the old one was too small for t...unknown2004-02-021-1/+1
| |/ /
| * | Typo fixingunknown2004-02-021-2/+2
| |/
| * BUG#2428 "--old-rpl-compat is broken":unknown2004-01-181-6/+1
| * Mergeunknown2003-12-301-1/+1
| |\
| | * typos fixedunknown2003-12-221-2/+3
| * | Some small portability fixes.unknown2003-12-301-16/+20
* | | mergeunknown2004-02-051-1/+1
|\ \ \
| * | | Code cleanupunknown2004-01-191-1/+1
* | | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-2/+2
* | | | Fixed a bug in slave-compressed-protocol. Using this optionunknown2004-01-261-1/+1
* | | | mysqld.cc:unknown2004-01-231-1/+1
* | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-241-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mysqld.cc:unknown2003-12-131-1/+2
* | | | install_test_db.sh:unknown2003-12-241-2/+6
* | | | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-5/+5
* | | | merge with 4.0.18unknown2003-12-191-4/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed that lower_case_table_names is set to 1 for case insensitive file systems.unknown2003-12-181-1/+2
| | |/ | |/|
| * | Removed compiler warningunknown2003-12-181-3/+4
* | | mergeunknown2003-12-191-28/+77
|\ \ \
| * | | Fixes after merge with 4.0unknown2003-12-191-1/+1
| * | | Merge with 4.0.17unknown2003-12-171-27/+76
| |\ \ \ | | |/ /
| | * | Portability fixes (mostly test suite)unknown2003-12-161-2/+2
| | * | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-22/+70
| | * | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-1/+1
| | * | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-12-091-2/+2
| | |\ \