summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* misc (memleak) fixes:unknown2005-07-148-85/+112
* BUG#11898 ndb_mgmd not releasing resources, added "ping" on add_listenerunknown2005-07-143-33/+105
* stilled mem leak in usage on getVersionStringunknown2005-07-146-37/+48
* added debug printsunknown2005-07-1411-29/+87
* Merge mysql.com:/home/psergey/mysql-4.1-build-treeunknown2005-07-146-3/+243
|\
| * Fix for BUG#11869: In Item_func_match::fix_index() handle the case when there...unknown2005-07-143-0/+158
| * Fix for BUG#11700: in add_not_null_conds(), call full fix_fields() for the cr...unknown2005-07-143-3/+85
* | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-145-4/+66
|\ \
| * | ctype_utf8.result:unknown2005-07-135-4/+66
* | | A test case for Bug#9442 "Set parameter make query fail if column unknown2005-07-142-0/+32
* | | A fix and a test case for Bug#9379 (collation of a parameter marker is unknown2005-07-134-1/+52
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-131-2/+2
|\ \ \
| * | | 4.1.13 has been cloned offunknown2005-07-131-2/+2
| | |/ | |/|
* | | Cleanup after test for Bug#11458unknown2005-07-132-1/+4
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-139-34/+146
|\ \ \ | |/ / |/| |
| * | - a fix for Bug#11458 "Prepared statement with subselects return random unknown2005-07-139-34/+146
* | | Bug#11905: Tables used in rpl_deadlock are not dropped at the unknown2005-07-132-2/+2
* | | Bug #9854 hex() and out of range handlingunknown2005-07-133-2/+22
* | | Fixed some vio code that was using ___WIN__ instead of __WIN__unknown2005-07-124-6/+6
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-11844unknown2005-07-121-1/+1
|\ \ \
| * | | Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844)unknown2005-07-111-1/+1
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-11643unknown2005-07-125-6/+36
|\ \ \ \
| * | | | Fix crash caused by calling DES_ENCRYPT() without the --des-key-fileunknown2005-07-076-7/+37
* | | | | Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-122-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-123-2/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-122-27/+14
| |\ \ \ \ \
| * | | | | | BUG#6987: Added note when stat is failing on relay log, added mutex for log r...unknown2005-07-122-0/+4
* | | | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-126-33/+35
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-123-2/+20
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fix for BUG#11821: Make Item_type_holder be able to work with MIN(field), unknown2005-07-123-2/+20
| * | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-122-27/+14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Disabled internal ndb system table test, since it only works on case sensitiv...unknown2005-07-122-27/+14
| * | | | | | Fix for gcc 4.0 (they have removed min/max operators).unknown2005-07-111-4/+1
| | |/ / / / | |/| | | |
* | | | | | cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" ...unknown2005-07-111-2/+2
|/ / / / /
* | | | | field_conv.cc:unknown2005-07-111-1/+1
* | | | | field_conv.cc:unknown2005-07-113-13/+41
* | | | | Merge mysql.com:/space/my/mysql-4.1-buildunknown2005-07-082-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | - reverted adding mysql-test/t/*.def to the distribution (it is not supported...unknown2005-07-082-3/+0
* | | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gcaunknown2005-07-081-6/+6
|\ \ \ \ \
| * | | | | mysql_client_test.dsp:unknown2005-07-081-6/+6
* | | | | | Merge mysql.com:/space/my/mysql-4.1-buildunknown2005-07-082-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | - added mysql-test/t/*.def to the source and binary distributionsunknown2005-07-082-0/+3
* | | | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gcaunknown2005-07-071-4/+39
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mtr_cases.pl:unknown2005-07-071-4/+39
| | |_|/ / | |/| | |
* | | | | Merge neptunus.(none):/home/msvensson/mysql/bug11635/my41-bug11635unknown2005-07-075-15/+39
|\ \ \ \ \
| * | | | | BUG#11635 mysqldump exports TYPE instead of USING for HASH Cluster indexesunknown2005-07-075-15/+39
* | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-061-1/+1
|\ \ \ \ \ \
| * | | | | | Typo for debug code. Bug #11705unknown2005-07-062-2/+2
* | | | | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gcaunknown2005-07-062-21/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | mtr_misc.pl:unknown2005-07-062-21/+30