| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug#52815: LIST COLUMNS doesn't insert rows in correct | Mattias Jonsson | 2010-04-21 | 1 | -0/+26 |
* | Bug#51347: assertion with show create table + partition by columns | Mattias Jonsson | 2010-03-04 | 1 | -12/+53 |
* | Bug#48737: Partitions: search fails with ucs2 | Mattias Jonsson | 2009-12-21 | 1 | -0/+17 |
* | BUG#49180, fixed MAXVALUE problem | Mikael Ronstrom | 2009-12-02 | 1 | -1/+16 |
* | Review fixes for BUG#48161 and BUG#48447 | Mikael Ronstrom | 2009-11-06 | 1 | -10/+6 |
* | BUG#48447, BUG#48161, fixed a regression from fix of BUG#6045, where binary c... | Mikael Ronstrom | 2009-11-05 | 1 | -0/+35 |
* | Fixed a few bugs in hex string generation, in call to val_str for partition e... | Mikael Ronstrom | 2009-11-02 | 1 | -28/+6 |
* | Added test case for UTF8 strings in partition constants | Mikael Ronstrom | 2009-11-02 | 1 | -0/+2 |
* | Fixed such that we fail if using integer constants for character set fields, ... | Mikael Ronstrom | 2009-10-30 | 1 | -1/+11 |
* | Fixed so that character set constants are encoded as hex strings in frm file,... | Mikael Ronstrom | 2009-10-30 | 1 | -1/+0 |
* | Changed COLUMN_LIST to COLUMNS after arch review | Mikael Ronstrom | 2009-10-29 | 1 | -37/+37 |
* | Fixed code review change to ensure that VALUES constants are of the same resu... | Mikael Ronstrom | 2009-10-28 | 1 | -2/+2 |
* | BUG#48165, needed to introduce length restrictions on partitioning fields to ... | Mikael Ronstrom | 2009-10-28 | 1 | -0/+17 |
* | Fixed sql_mode issue in BUG#48164, will ignore sql_mode when generating const... | Mikael Ronstrom | 2009-10-28 | 1 | -0/+15 |
* | BUG#46183, added character set identifier on character constants in VALUES pa... | Mikael Ronstrom | 2009-10-22 | 1 | -11/+13 |
* | A lot of fixes to make character set work ok, first step to fixing BUG#48163 | Mikael Ronstrom | 2009-10-22 | 1 | -12/+47 |
* | Added checks for no NULL values in VALUES LESS THAN, added tests for no MAXVA... | Mikael Ronstrom | 2009-10-21 | 1 | -5/+15 |
* | Merge | Mikael Ronstrom | 2009-10-21 | 1 | -0/+12 |
|\ |
|
| * | Fixed Information schema for column list partitioned tables | Mikael Ronstrom | 2009-10-21 | 1 | -0/+12 |
* | | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ... | Mikael Ronstrom | 2009-10-16 | 1 | -67/+64 |
|/ |
|
* | BUG#47837, Duplicate field names were allowed in both column list partitionin... | Mikael Ronstrom | 2009-10-06 | 1 | -0/+11 |
* | BUG#47838, NULL values in ranges was dropped due to missing else part in stor... | Mikael Ronstrom | 2009-10-06 | 1 | -0/+27 |
* | BUG#47754, used number of parts instead of number of list values as end part ... | Mikael Ronstrom | 2009-10-02 | 1 | -0/+5 |
* | Added more test cases | Mikael Ronstrom | 2009-10-01 | 1 | -0/+19 |
* | Changed all no_ to num_ to avoid strange names like no_list_values which is n... | Mikael Ronstrom | 2009-10-01 | 1 | -0/+32 |
* | WL#3352, Introducing Column list partitioning, makes it possible to partition... | Mikael Ronstrom | 2009-09-15 | 1 | -0/+209 |