summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2003-12-3024-4/+25
|\
| * typos fixedunknown2003-12-221-2/+3
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1823-3/+24
| |\
| | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-12-1823-3/+24
| | |\
| | | * added error message for receiving variable with wrong GLOBAL|LOCAL typeunknown2003-12-1723-3/+24
* | | | Some small portability fixes.unknown2003-12-3023-129/+223
* | | | Removed some test that was not relevant for MySQL (and which caused problems ...unknown2003-12-211-23/+32
* | | | 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
* | | Simple cleanupsunknown2003-12-182-29/+24
* | | Code cleanupunknown2003-12-181-1/+1
* | | 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-1613-13/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for BUG#2121 "Inadequate message "check permissions on master.info"":unknown2003-12-1613-13/+13
* | | | Fixes for last pullunknown2003-12-161-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-162-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Portability fixes (mostly test suite)unknown2003-12-162-2/+3
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1611-5/+38
|\ \ \ \
| * | | | Fix for BUG#2083unknown2003-12-1611-5/+38
* | | | | Mergeunknown2003-12-1510-56/+160
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixed bug in last push found by valgrindunknown2003-12-142-9/+8
| * | | | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-148-47/+152
* | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-131-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-131-2/+2
| |\ \ \ \
| | * \ \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-111-2/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-011-2/+2
| | | |\ \ \
| | | | * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-11-241-2/+2
| | | | |\ \ \
| | | | | * | | Fix for bug when zeros are to be prepended to decimal fieldunknown2003-11-181-2/+2
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1314-42/+105
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Mergeunknown2003-12-1314-42/+105
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-1214-42/+105
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.0unknown2003-12-123-12/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-123-12/+8
* | | | | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-121-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | refixed last vva patch with monty's instructionsunknown2003-12-121-2/+2
| * | | | | | | | added checking for old cuted value in Field_enum::storeunknown2003-12-121-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Fix #2093unknown2003-12-121-7/+0
* | | | | | | | Proposed fix for #2093unknown2003-12-121-8/+22
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-121-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix for Bug #1952unknown2003-12-121-1/+1
| |/ / / / /
* | | | | | Many files:unknown2003-12-113-3/+14
|/ / / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-115-4/+30
|\ \ \ \ \
| * | | | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-115-4/+30
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-1011-56/+36
|\ \ \ \ \ \
| * | | | | | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-1011-56/+36