summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.1monty@mysql.com2005-02-1528-78/+231
|\
| * Merge with 4.0monty@mysql.com2005-02-152-4/+17
| |\
| | * Better bug fix for #5569: "Incorrect "Access Denied" error with SAME login ↵monty@mysql.com2005-02-153-11/+25
| | | | | | | | | | | | | | | | | | | | | DIFFERENT host" This fixes also the reverse lookup bug introduced by the previous patch
| * | A fix. "(int) var" type cast doesn't work correctly for uint32 varramil@mysql.com2005-02-151-4/+8
| | | | | | | | | | | | on some 64-bit platforms (e.g. IRIX, non-debug build).
| * | Fix signatures of placement operator delete in places where placement konstantin@mysql.com2005-02-155-5/+7
| | | | | | | | | | | | | | | | | | | | | delete is declared. As we don't use exceptions placement delete is never called and the fix only affects numerous warnings when compiling with MS Visual C++. For more info see http://www.gotw.ca/gotw/010.htm.
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2005-02-144-5/+208
| |\ \ | | | | | | | | | | | | into mysql.com:/home/psergey/mysql-4.1-bug8218
| * \ \ Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1svoj@mysql.com2005-02-144-22/+30
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/mysql-4.1
| | * | | Bug#8351svoj@mysql.com2005-02-144-22/+30
| | | | | | | | | | | | | | | | | | | | Fix for crash when using a double quote in boolean fulltext query.
| * | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-1427-80/+343
| |\ \ \ \ | | |/ / / | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | * | | remove passwordless remote accounts from windows distroserg@serg.mylan2005-02-141-3/+1
| | | | |
| | * | | Bug#2435acurtis@pcgem.rdg.cyberkinetica.com2005-02-133-7/+62
| | | | | | | | | | | | | | | | | | | | | | | | | Alter handling for UNION syntax Tests for UNION and parentheses
| | * | | Merge hundin.mysql.fi:/home/heikki/mysql-4.0heikki@hundin.mysql.fi2005-02-132-2/+2
| | |\ \ \ | | | | |/ | | | |/| | | | | | into hundin.mysql.fi:/home/heikki/mysql-4.1
| | | * | row0mysql.c:heikki@hundin.mysql.fi2005-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | Backport the column prefix memory corruption fix from 5.0
| | | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2005-02-131-1/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
| | | | * | Fixed mistyping (thnx to Konstantin)bell@sanja.is.com.ua2005-02-111-1/+1
| | | | | |
| | * | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2005-02-131-2/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | | * | | | new static archive_inited variable, so that archive_db_end() will do ↵guilhem@mysql.com2005-02-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | something only if archive_db_init() was run before (protection against destroying uninited mutex in the case where mysqld fails early at startup (before archive_db_init() was called) and then calls archive_db_end() to clean up).
| | * | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2005-02-121-7/+11
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | | * | | | Fix for bug #8477 (Embedded query_cache test crashes)hf@deer.(none)2005-02-121-7/+11
| | | | | | |
| | * | | | | Bug#8235 Connection collation change & table create with default result in crashbar@mysql.com2005-02-124-3/+69
| | | | | | |
| | * | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-02-122-18/+18
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | | * \ \ \ \ Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-02-122-18/+18
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | | | * | | | | make LOAD INDEX to workserg@serg.mylan2005-02-122-18/+18
| | | | | | | | |
| | * | | | | | | Manual mergeigor@rurik.mysql.com2005-02-111-1/+1
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | distinct.result:igor@rurik.mysql.com2005-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjustment of the result file after the revision of the fix for bug #7520.
| | | * | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.0igor@rurik.mysql.com2005-02-112-8/+7
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
| | | * | | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0joerg@mysql.com2005-02-114-7/+42
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/M40/mysql-4.0
| | * | \ \ \ \ \ \ Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2005-02-112-8/+6
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| | | * | | | | | | Manual mergeigor@rurik.mysql.com2005-02-112-8/+6
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | * | | | | | select.result:igor@rurik.mysql.com2005-02-112-8/+7
| | | | | |/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After revision of the fix for bug #7520. table.cc: Revised the fix for bug #7520. Made it compliant with 5.0 code where the bug does not exist.
| | | | * | | | | Merge rurik.mysql.com:/home/igor/mysql-4.0igor@rurik.mysql.com2005-02-103-0/+29
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
| | | | * | | | | | Fix extra blank line in emails sent by post-commit trigger.jimw@mysql.com2005-02-101-1/+0
| | | | | | | | | |
| | * | | | | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1joerg@mysql.com2005-02-111-1/+1
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/M41/mysql-4.1
| * | \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-1019-178/+136
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-091-20/+22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * | | | | | | | | | | | use EXTRA_DIST instead of noinst_HEADERStomas@poseidon.ndb.mysql.com2005-02-091-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-0917-19/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
* | | | | | | | | | | | | | | Fixed failing test cases 'row.test' when running with --ps-protocolmonty@mysql.com2005-02-159-116/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple optimzations done while reviewing code
* | | | | | | | | | | | | | | Merge mysql.com:/home/psergey/mysql-4.1-bug8218sergefp@mysql.com2005-02-144-5/+208
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/psergey/mysql-5.0-bug8218
| * | | | | | | | | | | | | | Remove redundant DROP TABLE from test casesergefp@mysql.com2005-02-142-8/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix for BUG#8218:sergefp@mysql.com2005-02-124-5/+216
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove TMP_TABLE_PARAM::copy_funcs_it. TMP_TABLE_PARAM is a member of JOIN which is copied via memcpy, and List_iterator_fast TMP_TABLE_PARAM::copy_funcs_it ends up pointing to the wrong List.
* | | | | | | | | | | | | | Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0matthias@three.local.lan2005-02-141-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-141-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-141-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-093-1/+393
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-09121-2138/+10039
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-081-0/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1tomas@poseidon.ndb.mysql.com2005-02-081-0/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
| | | | | * | | | | | | | | | | | | | | Makefile.am:tomas@poseidon.ndb.mysql.com2005-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added noinst_HEADERS to get all things for the src dist