summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_innodb.test
Commit message (Expand)AuthorAgeFilesLines
* merge 10.0-base -> 10.0unknown2013-10-291-0/+39
|\
| * MDEV-5102 : MySQL Bug 69851Sergey Petrunya2013-10-241-0/+39
| * Fix for MDEV-3948, and backport of the following collection of fixes and back...unknown2013-01-281-0/+15
* | 10.0-monty mergeSergei Golubchik2013-07-211-1/+12
|\ \
| * | merge few bug fixes from 5.6Sergei Golubchik2013-07-171-1/+12
* | | Adding support for the SQL-standard temporal literals.Alexander Barkov2013-07-101-2/+2
|/ /
* | # MDEV-3817: Wrong result with index_merge+index_merge_intersection, InnoDB t...Sergey Petrunya2012-11-031-0/+15
* | More fixesMichael Widenius2012-08-171-0/+2
|/
* mysql 5.5.23 mergeSergei Golubchik2012-04-101-0/+29
|\
| * merge of bug#1364811 into mysql-5.5Mattias Jonsson2012-03-141-0/+29
| |\
| | * Bug#13694811: THE OPTIMIZER WRONGLY USES THE FIRST INNODBMattias Jonsson2012-02-221-0/+29
* | | 5.5-mergeSergei Golubchik2011-07-021-4/+64
|\ \ \ | |/ /
| * | merge mysql-5.5->mysql-5.5-bugteamGeorgi Kodinov2010-12-161-0/+2
| |\ \
| | * \ Manual merge from mysql-5.5-bugteam.Ramil Kalimullin2010-11-221-0/+21
| | |\ \
| | * \ \ merging.Alexey Botchkov2010-10-151-0/+13
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Manual mergeMattias Jonsson2010-10-151-0/+25
| | |\ \ \
| * | \ \ \ mergeGeorgi Kodinov2010-11-261-0/+39
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | * | | merging.Alexey Botchkov2010-10-151-0/+13
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Bug#55146 Assertion `m_part_spec.start_part == m_part_spec.end_part' in ...Alexey Botchkov2010-08-121-0/+13
| | * | | Bug#56287: mysql5.1.50 crash when using Partition datetime in sub in queryMattias Jonsson2010-09-161-0/+24
| | |/ /
| * | | Fix for bug #57985 "ONLINE/FAST ALTER PARTITION can fail and Dmitry Lenev2010-11-191-0/+21
| | |/ | |/|
* | | lots of post-merge changesSergei Golubchik2011-04-251-0/+6
|/ /
* | Bug#54747: Deadlock between REORGANIZE PARTITION and SELECT is not detectedMattias Jonsson2010-08-201-0/+57
* | Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-131-0/+44
* | Bug#54783: optimize table crashes with invalid timestamp defaultDavi Arnaut2010-07-061-0/+16
* | WL#5349 Change default storage engine to InnoDBMagne Mahre2010-06-171-0/+1
* | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-1/+2
|\ \
| * \ Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-1/+46
| |\ \
| | * \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-281-1/+44
| | |\ \ | |/ / /
| * | | merge of bug#35765 into mysql-next-mr-bugfixingMattias Jonsson2009-11-241-1/+0
* | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-1/+60
|\ \ \ \ | | |_|/ | |/| |
| * | | mergeMattias Jonsson2010-03-121-0/+32
| |\ \ \
| | * | | Bug#51830: Incorrect partition pruning on range partitionMattias Jonsson2010-03-101-0/+32
| | | |/ | | |/|
| * | | Bug#50104: Partitioned table with just 1 partion works with fkMattias Jonsson2010-03-041-1/+28
| |/ /
* | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-01-241-1/+44
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#47343: InnoDB fails to clean-up after lock wait timeout onMattias Jonsson2010-01-181-1/+44
* | BUG#48447, BUG#48161, fixed a regression from fix of BUG#6045, where binary c...Mikael Ronstrom2009-11-051-0/+15
* | Changed COLUMN_LIST to COLUMNS after arch reviewMikael Ronstrom2009-10-291-3/+3
* | MergeMikael Ronstrom2009-10-211-0/+29
|\ \
| * \ Manual merge mysql-trunk -> mysql-trunk-wl3352Mattias Jonsson2009-10-191-0/+29
| |\ \
| | * \ Merge from mysql-5.1-bugteam.Alexander Nozdrin2009-09-161-0/+29
| | |\ \ | | | |/
| | | * Local merge.Sergey Vojtovich2009-09-101-0/+12
| | | |\
| | | | * BUG#46483 - drop table of partitioned table may leaveSergey Vojtovich2009-09-021-0/+12
| | | * | Fix to ensure that all subpartitions gets deleted before renaming starts, BUG...Mikael Ronstrom2009-09-071-0/+17
| | | |/
* | | | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ...Mikael Ronstrom2009-10-161-6/+6
|/ / /
* | | BUG#47776, Fixed character set handling, used wrong length, eventually also f...Mikael Ronstrom2009-10-051-0/+30
|/ /
* | Fix for mysql-5.1-performance-version, transaction informationMattias Jonsson2008-12-151-4/+8
|/
* Bug#40595: Non-matching rows not released with READ-COMMITTED on tablesMattias Jonsson2008-11-141-0/+40
|\
| * Bug#40595: Non-matching rows not released with READ-COMMITTEDMattias Jonsson2008-11-101-0/+38
|/
* Bug#37721: ORDER BY when WHERE contains non-partitionedMattias Jonsson2008-10-101-0/+40