summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-10-058-192/+480
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-056-185/+472
| | | |\ \ \ \
| | | | * \ \ \ Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-056-185/+472
| | | | |\ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | | * | | BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).unknown2004-09-246-185/+472
| | | * | | | | Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M40/push-4.0unknown2004-10-054-29/+119
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | patch fixing after review on patch-fixing of unknown2004-10-041-6/+1
| | | | * | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2004-10-041-1/+7
| | | | |\ \ \ \
| | | | | * | | | Fixed Bug #5492 "set @@session.read_rnd_buffer_size=33554432" unknown2004-09-161-1/+7
| | | | | |/ / /
| | | * | | | | Solve compile problem for 4.0.22 on hpita2. (Backport of a 4.1 change)unknown2004-09-301-6/+6
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-10-0416-67/+232
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-033-28/+117
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Merge ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/staff/repositories/my...unknown2004-10-033-28/+117
| | | | |\ \ \
| | | | | * | | Bug#4118: multi-table UPDATE takes WRITE lock on read tableunknown2004-10-033-28/+117
| | | * | | | | Merge build.mysql.com:/home/bk/mysql-4.0unknown2004-09-271-9/+5
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Bug #5539 SHOW DATABASES LIKE and symlinksunknown2004-09-251-10/+5
| | | | * | | | Bug #5539 SHOW DATABASES LIKE and symlinksunknown2004-09-241-1/+2
| | | | |/ / /
| | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-09-275-20/+61
| | | |\ \ \ \
| | | | * | | | Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds whenunknown2004-09-275-20/+61
| | | * | | | | Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":unknown2004-09-241-3/+2
| | | * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-09-231-0/+4
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Fix for BUG#5711 "replication SQL thread does not abort on SQL syntax error":unknown2004-09-231-0/+4
| | | * | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-09-191-0/+2
| | | |\ \ \ \ \
| | | | * | | | | A fix (Bug #5415: Table marked as crashed after DELETE queries).unknown2004-09-191-0/+2
| | | * | | | | | Change www.mysql.com -> dev.mysql.com in a reference to unknown2004-09-191-1/+1
| | | |/ / / / /
| | | * | | | | Merge mysql.com:/home/mydev/mysql-4.0unknown2004-09-182-6/+30
| | | |\ \ \ \ \
| | | | * | | | | bug#2831 - --extenral-locking does not fully work with --myisam-recover.unknown2004-09-182-6/+30
| | | * | | | | | Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULLunknown2004-09-182-0/+10
| | * | | | | | | InnoDB: Corrected typos in DBUG_ statementsunknown2004-09-171-2/+2
| | |/ / / / / /
| | * | | | | | Bug#5553 - Multi table UPDATE IGNORE fails on dup keyunknown2004-09-171-2/+6
| | * | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-09-141-3/+3
| | |\ \ \ \ \ \
| | | * | | | | | A fix (bug #5498 TRIM fails with LEADING or TRAILING if remstr = str).unknown2004-09-131-3/+3
| | | |/ / / / /
| | * | | | | | row0mysql.h:unknown2004-09-131-27/+38
| | |/ / / / /
| | * | | | | Updating the headers on a few files to include GPL header.unknown2004-09-085-4/+48
* | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-072-8/+48
|\ \ \ \ \ \ \
| * | | | | | | Enabled the writing of a pid file on Windows.unknown2004-10-061-4/+8
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | bug#5736, subqueries and not inunknown2004-10-061-4/+40
| |/ / / / /
* | | | | | Clean up from Bar and Antony code review. Found an issue with the header file...unknown2004-10-062-80/+70
* | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-052-93/+418
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Row level lock code for the archive storage engine. unknown2004-10-052-96/+421
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-051-0/+8
|\ \ \ \ \ \
| * | | | | | Fixed small bug in handling of pre-4.1 TIMESTAMP columns which wasunknown2004-10-051-0/+8
* | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-051-37/+37
|\ \ \ \ \ \ \
| * | | | | | | Fix for bug #5730 (Query cache crashes mysql)unknown2004-10-011-37/+37
| | |/ / / / / | |/| | | | |
* | | | | | | Bug #5832 SELECT doesn't return records in some casesunknown2004-10-051-1/+9
* | | | | | | ha_innodb.cc:unknown2004-10-051-28/+17
| |/ / / / / |/| | | | |
* | | | | | Fix for bug #5555: "GROUP BY enum_field" returns incorrect resultsunknown2004-10-051-6/+2
* | | | | | moved code out of DBUG_ASSERTunknown2004-10-051-3/+6
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-041-14/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-041-14/+17
| |\ \ \ \ \ \
| | * | | | | | Made TIMESTAMP NULL columns without explicit DEFAULT value to be alwaysunknown2004-10-041-14/+17