summaryrefslogtreecommitdiff
path: root/mysql-test/t/merge.test
Commit message (Expand)AuthorAgeFilesLines
* Bug #51240 ALTER TABLE of a locked MERGE table failsJon Olav Hauglid2010-02-261-0/+19
* A fix and a test case for Bug#47648 "main.merge fails sporadically".Konstantin Osipov2010-02-151-2/+55
* Backport of:Konstantin Osipov2009-12-111-4/+12
* Backport of revno: 2617.71.1Jon Olav Hauglid2009-12-101-4/+9
* Backport of revno: 2617.68.36unknown2009-12-091-1/+38
* Backport of:Konstantin Osipov2009-12-031-16/+310
* Backport of:Konstantin Osipov2009-10-131-0/+60
* Fix for bug #46614: Assertion in show_create_trigger() Ramil Kalimullin2009-08-141-0/+11
* Bug#45800 crash when replacing into a merge table and there is a duplicateV Narayanan2009-07-301-0/+43
* Bug#45781 infinite hang/crash in "opening tables" after handler tries to open...Kristofer Pettersson2009-07-161-0/+24
* Bug #45796: invalid memory reads and writes when altering merge Alexey Kopytov2009-07-101-0/+20
* Bug#44040 MySQL allows creating a MERGE table upon VIEWs but crashes when Anurag Shekhar2009-04-171-0/+21
* Bug#41305 server crashes when inserting duplicate row into a merge tableAnurag Shekhar2009-03-041-0/+18
* Merge 5.1-bugteam -> 5.1-bugteam (local).Sergey Vojtovich2009-02-121-2/+50
|\
| * Bug#40675 MySQL 5.1 crash with index merge algorithm and Merge tablesV Narayanan2009-02-121-2/+50
* | BUG#39185 - Cardinality for merge tables calculated incorrectly.Sergey Vojtovich2009-02-051-0/+13
|/
* Merge 5.0-bugteam -> 5.1-bugteam.Sergey Vojtovich2009-02-041-0/+13
|\
| * BUG#32047 - 'Spurious' errors while opening MERGE tablesSergey Vojtovich2009-02-041-0/+13
* | Bug#35068 Assertion fails when reading from i_s.tables and there is incorrect...Sergey Glukhov2008-10-091-6/+19
* | Bug#31210: INSERT DELAYED crashes server when used on partitioned tablesMattias Jonsson2008-06-031-3/+3
* | Fixed bug#36006: Optimizer does table scan for SELECT COUNT(*)unknown2008-04-261-0/+16
* | Merge stella.local:/home2/mydev/mysql-5.0-axmrgunknown2008-03-141-0/+13
|\ \ | |/
| * BUG#28248 - mysqldump results with MERGE ... UNION=() cannot be executedunknown2008-03-141-0/+13
| * Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-0/+22
| |\
| | * Merge polly.(none):/home/kaa/src/opt/bug28837/my50-bug29131unknown2007-11-261-0/+22
| | |\
* | | \ Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-12-131-0/+22
|\ \ \ \
| * \ \ \ Merge polly.(none):/home/kaa/src/opt/bug28837/my51-bug29131unknown2007-11-261-0/+22
| |\ \ \ \
| | * \ \ \ Merge polly.(none):/home/kaa/src/opt/bug28837/my50-bug29131unknown2007-11-261-0/+22
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fix for bug #28837: MyISAM storage engine error (134) doing delete withunknown2007-11-261-0/+22
* | | | | | Merge stella.local:/home2/mydev/mysql-5.0-axmrgunknown2007-12-121-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Dummy push to help pushbuild running again.unknown2007-12-121-1/+1
| | |_|_|/ | |/| | |
* | | | | Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLEunknown2007-11-181-2/+0
* | | | | Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLEunknown2007-11-151-6/+841
| |/ / / |/| | |
* | | | Merge stella.local:/home2/mydev/mysql-5.0-bug15522unknown2007-10-091-0/+14
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Bug#15522 - create ... select and with merge tablesunknown2007-10-091-0/+14
| |/
* | Merge chilla.local:/home/mydev/mysql-5.1-amainunknown2007-06-161-0/+21
|\ \
| * \ Merge mysql.com:/home/svoj/devel/mysql/BUG26976/mysql-5.0-enginesunknown2007-06-071-0/+21
| |\ \ | | |/
| | * BUG#26976 - Missing table in merge not noted in related error msg +unknown2007-06-061-0/+21
* | | Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1unknown2007-06-061-2/+2
|/ /
* | Merge mysql.com:/home/svoj/devel/mysql/BUG24342/mysql-5.0-enginesunknown2007-04-181-0/+13
|\ \ | |/
| * Merge mysql.com:/home/svoj/devel/mysql/BUG24342/mysql-4.1-enginesunknown2007-04-181-0/+13
| |\
| | * BUG#24342 - Incorrect results with query over MERGE tableunknown2007-04-111-0/+13
* | | Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-buildunknown2007-03-201-9/+0
|\ \ \ | |/ /
| * | tests fixed to work in embedded serverunknown2007-03-201-9/+0
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG26881/mysql-5.0-enginesunknown2007-03-131-0/+17
|\ \ \ | |/ /
| * | Merge mysql.com:/home/svoj/devel/mysql/BUG26881/mysql-4.1-enginesunknown2007-03-131-0/+17
| |\ \ | | |/
| | * BUG#26881 - Large MERGE tables report incorrect specification when nounknown2007-03-131-0/+17
* | | Merge chilla.local:/home/mydev/mysql-5.0-bug26464unknown2007-03-061-0/+9
|\ \ \ | |/ /
| * | Merge chilla.local:/home/mydev/mysql-4.1-bug26464unknown2007-03-061-0/+9
| |\ \ | | |/
| | * Bug#26464 - insert delayed + update + merge = corruptionunknown2007-03-051-0/+9