summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safeunknown2003-12-2049-686/+816
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-193-20/+254
|\
| * univ.i, ut0ut.h, ut0ut.c:unknown2003-12-193-20/+254
* | merge with lex pointer change patchunknown2003-12-193-9/+8
|\ \ | |/ |/|
| * Fixed memory overrun bug in DELETE ... ORDER BYunknown2003-12-193-8/+8
* | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-1933-231/+233
|/
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-195-5/+65
|\
| * Fix for Bug#2151:unknown2003-12-195-5/+65
* | after merge fixesunknown2003-12-195-4/+129
* | merge with 4.0.18unknown2003-12-1926-35/+241
|\ \
| * | Fixed that lower_case_table_names is set to 1 for case insensitive file systems.unknown2003-12-181-1/+2
| * | Removed compiler warningunknown2003-12-182-4/+5
| * | Simple cleanupsunknown2003-12-183-30/+25
| * | Code cleanupunknown2003-12-182-3/+6
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-181-1/+1
| |\ \
| | * | Fixed typo. Affected INSERT DELAYED ... SELECT commandsunknown2003-12-171-1/+1
| * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-171-0/+1
| |\ \ \
| | * | | Fix for BUG#2145 "mysqld becomes unreliable if unable to create a relay log w...unknown2003-12-171-0/+1
| * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-171-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixed small error in types in sql/field.cc unknown2003-12-171-1/+1
| * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1614-16/+16
| |\ \ \ \
| | * | | | Fix for BUG#2121 "Inadequate message "check permissions on master.info"":unknown2003-12-1614-16/+16
| * | | | | - bumped up version number to 4.0.18, now that 4.0.17 has been unknown2003-12-161-1/+1
| * | | | | - Bugfix for Do-rpm (moving of the resulting packages did not work due tounknown2003-12-163-2/+5
| * | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-162-5/+205
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | A new better test case for bug #2128 involving overflowunknown2003-12-162-5/+205
* | | | | | mergeunknown2003-12-19182-1123/+3074
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fixes after merge with 4.0unknown2003-12-1979-494/+908
| * | | | | Merge with 4.0.17unknown2003-12-17152-1235/+2776
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixes for last pullunknown2003-12-162-1/+7
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1618-179/+284
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Portability fixes (mostly test suite)unknown2003-12-1618-179/+284
| | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1613-5/+84
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix for BUG#2083unknown2003-12-1613-5/+84
| | * | | | Mergeunknown2003-12-1530-94/+357
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Portablity fixunknown2003-12-145-15/+27
| | | * | | Fixed bug in last push found by valgrindunknown2003-12-143-9/+12
| | | * | | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-1422-70/+318
| | * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-134-3/+15
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Changing a maxumum value for a variable at a request of oneunknown2003-12-131-1/+1
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-133-2/+14
| | | |\ \ \
| | | | * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-113-2/+14
| | | | |\ \ \
| | | | | * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-013-2/+14
| | | | | |\ \ \
| | | | | | * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-11-243-2/+14
| | | | | | |\ \ \
| | | | | | | * | | Fix for bug when zeros are to be prepended to decimal fieldunknown2003-11-183-2/+14
| | * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-133-12/+22
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | - Output redirection does not work with run_command(), use system()unknown2003-12-131-3/+2
| | | * | | | | | | | - added missing space for previous commitunknown2003-12-131-1/+1
| | | * | | | | | | | - fixed file permissions for the server RPM docs directory (BUG 1672)unknown2003-12-131-6/+15
| | | * | | | | | | | - Some small Perl enhancements for Do-compile: use more Perl builtins.unknown2003-12-131-3/+5