summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_column.test
Commit message (Expand)AuthorAgeFilesLines
* Bug#52815: LIST COLUMNS doesn't insert rows in correctMattias Jonsson2010-04-211-0/+26
* Bug#51347: assertion with show create table + partition by columnsMattias Jonsson2010-03-041-12/+53
* Bug#48737: Partitions: search fails with ucs2Mattias Jonsson2009-12-211-0/+17
* BUG#49180, fixed MAXVALUE problemMikael Ronstrom2009-12-021-1/+16
* Review fixes for BUG#48161 and BUG#48447Mikael Ronstrom2009-11-061-10/+6
* BUG#48447, BUG#48161, fixed a regression from fix of BUG#6045, where binary c...Mikael Ronstrom2009-11-051-0/+35
* Fixed a few bugs in hex string generation, in call to val_str for partition e...Mikael Ronstrom2009-11-021-28/+6
* Added test case for UTF8 strings in partition constantsMikael Ronstrom2009-11-021-0/+2
* Fixed such that we fail if using integer constants for character set fields, ...Mikael Ronstrom2009-10-301-1/+11
* Fixed so that character set constants are encoded as hex strings in frm file,...Mikael Ronstrom2009-10-301-1/+0
* Changed COLUMN_LIST to COLUMNS after arch reviewMikael Ronstrom2009-10-291-37/+37
* Fixed code review change to ensure that VALUES constants are of the same resu...Mikael Ronstrom2009-10-281-2/+2
* BUG#48165, needed to introduce length restrictions on partitioning fields to ...Mikael Ronstrom2009-10-281-0/+17
* Fixed sql_mode issue in BUG#48164, will ignore sql_mode when generating const...Mikael Ronstrom2009-10-281-0/+15
* BUG#46183, added character set identifier on character constants in VALUES pa...Mikael Ronstrom2009-10-221-11/+13
* A lot of fixes to make character set work ok, first step to fixing BUG#48163Mikael Ronstrom2009-10-221-12/+47
* Added checks for no NULL values in VALUES LESS THAN, added tests for no MAXVA...Mikael Ronstrom2009-10-211-5/+15
* MergeMikael Ronstrom2009-10-211-0/+12
|\
| * Fixed Information schema for column list partitioned tablesMikael Ronstrom2009-10-211-0/+12
* | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ...Mikael Ronstrom2009-10-161-67/+64
|/
* BUG#47837, Duplicate field names were allowed in both column list partitionin...Mikael Ronstrom2009-10-061-0/+11
* BUG#47838, NULL values in ranges was dropped due to missing else part in stor...Mikael Ronstrom2009-10-061-0/+27
* BUG#47754, used number of parts instead of number of list values as end part ...Mikael Ronstrom2009-10-021-0/+5
* Added more test casesMikael Ronstrom2009-10-011-0/+19
* Changed all no_ to num_ to avoid strange names like no_list_values which is n...Mikael Ronstrom2009-10-011-0/+32
* WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-0/+209