summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - added option "--bundled-zlib" to compile using the includedunknown2004-08-031-1/+3
* hang in dummy natural join (no common columns) Bug #4807unknown2004-08-023-22/+41
* followup to SET PASSWORD fixunknown2004-08-011-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-0121-79/+187
|\
| * Fix mysql-test-run w.r.t NDBunknown2004-08-012-4/+6
| * Fix uninit var.unknown2004-08-012-2/+7
| * New file missing in source distr.unknown2004-08-011-0/+1
| * Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-311-1/+1
| |\
| | * Bitmask.hpp:unknown2004-07-311-1/+1
| * | Bug fix for alter table and auto_incrementunknown2004-07-317-17/+30
| |/
| * Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-301-0/+2
| |\
| | * fil0fil.c:unknown2004-07-301-0/+2
| * | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-301-4/+12
| |\ \ | | |/
| | * ha_innodb.cc:unknown2004-07-301-4/+12
| * | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-306-51/+128
| |\ \ | | |/ | |/|
| | * Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-306-51/+128
| | |\
| | | * Removed an error check from debug mode that gets executedunknown2004-07-301-1/+2
| | | * Bug #4479unknown2004-07-202-30/+78
| | | * Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-193-20/+48
| | | |\
| | | | * Added new testcase for Bug #4479unknown2004-07-173-20/+48
* | | | | bug#4817 catalog name is "def"unknown2004-07-301-2/+2
* | | | | apply in SET PASSWORD same checks as in GRANT, to let only valid hashes throughunknown2004-07-305-10/+26
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-306-11/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | no_auto_value_on_zero + alter table bugunknown2004-07-303-13/+29
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-301-1/+1
| |\ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-305-7/+23
| |\ \ \ \ \
| | * | | | | auto_value_on_zero bug testunknown2004-07-303-4/+20
| | * | | | | safemalloc always resets the free'd memory, not only when PEDANTIC_SAFEMALLOCunknown2004-07-262-3/+3
* | | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-302-4/+9
|\ \ \ \ \ \ \
| * | | | | | | - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql linkunknown2004-07-302-4/+9
* | | | | | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-308-9/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Updated ps_6bdb.results.unknown2004-07-301-1/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-301-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | syntax fix: superfluous ';' which caused a problem with gcc 2.95unknown2004-07-301-1/+1
| | |/ / / /
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-306-7/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for bug #4492.unknown2004-07-286-7/+8
* | | | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-3017-263/+965
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-301-2/+1
| |\ \ \ \ \
| | * | | | | rpl_relayrotate.test requires InnoDB (because what we want to test isunknown2004-07-301-2/+1
| * | | | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-291-11/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix for bug report #4737 and revert fix for bug #4375 (re-opened).unknown2004-07-291-11/+0
| * | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-2910-238/+957
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos...unknown2004-07-2910-238/+957
| * | | | | | Added --with-ndbcluster config option to compile-pentium-valgrind-maxunknown2004-07-292-6/+1
| * | | | | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-07-292-5/+5
| |\ \ \ \ \ \
| | * | | | | | ha_ndbcluster.h, ha_ndbcluster.cc:unknown2004-07-292-5/+5
| * | | | | | | Fixed a copy-and-paste error: mysql_create_frm() should haveunknown2004-07-291-1/+1
| |/ / / / / /
* | | | | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-2910-210/+218
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-282-11/+11
| |\ \ \ \ \ \
| | * | | | | | Fix some variable misorderings.unknown2004-07-282-11/+11