Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | MDEV-13089 identifier quoting in partitioning | Sergei Golubchik | 2018-09-21 | 1 | -0/+4 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-10-24 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 1 | -1/+2 |
| |\ \ | |||||
| | * \ | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 1 | -1/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2017-10-17 | 1 | -1/+2 |
| | | |\ | |||||
| | | | * | Bug#26390632: CREATE TABLE CAN CAUSE MYSQL TO EXIT. | Nisha Gopalakrishnan | 2017-08-23 | 1 | -3/+3 |
| | | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN | Mattias Jonsson | 2013-02-14 | 1 | -2/+3 |
| | | | * | Bug#13593865 - 64037: CRASH IN HA_PARTITION::CREATE_HANDLERS ON | Mattias Jonsson | 2012-02-02 | 1 | -1/+1 |
| | | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| | | | |\ | |||||
| | | | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | | | * | | Bug#56172: Server crashes in ha_partition::reset on | Mattias Jonsson | 2010-10-01 | 1 | -2/+6 |
| | | | * | | Manual merge | 2010-07-29 | 1 | -1/+1 | |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave | 2010-07-29 | 1 | -1/+1 | |
| | | | * | | Merge of bug#51851. | Mattias Jonsson | 2010-05-24 | 1 | -15/+0 |
| | | | |\ \ | |||||
| | | | | * | | Bug#51851: Server with SBR locks mutex twice on LOAD DATA | Mattias Jonsson | 2010-03-30 | 1 | -14/+0 |
| | | | * | | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -0/+75 |
| | | | |/ / | |||||
| | | | * | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2009-12-16 | 1 | -3/+0 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | Bug #42849: innodb crash with varying time_zone on partitioned | Alexey Kopytov | 2009-12-13 | 1 | -3/+0 |
| | | | * | | Fixed a few bugs in hex string generation, in call to val_str for partition e... | Mikael Ronstrom | 2009-11-02 | 1 | -5/+6 |
| | | | * | | Fixed so that character set constants are encoded as hex strings in frm file,... | Mikael Ronstrom | 2009-10-30 | 1 | -0/+5 |
| | | | * | | Merge | Mikael Ronstrom | 2009-10-28 | 1 | -10/+10 |
| | | | |\ \ | |||||
| | | | | * \ | merge | Mattias Jonsson | 2009-10-28 | 1 | -10/+10 |
| | | | | |\ \ | |||||
| | | | | | * | | WL#3352, minor code formatting fixes after code review | Mattias Jonsson | 2009-10-21 | 1 | -10/+10 |
| | | | * | | | | Merged WL#3352 into mysql-next-mr | Mikael Ronstrom | 2009-10-28 | 1 | -10/+15 |
| | | | |\ \ \ \ | | | | | |/ / / | |||||
| | | | | * | | | BUG#48165, needed to introduce length restrictions on partitioning fields to ... | Mikael Ronstrom | 2009-10-28 | 1 | -0/+1 |
| | | | | * | | | A lot of fixes to make character set work ok, first step to fixing BUG#48163 | Mikael Ronstrom | 2009-10-22 | 1 | -3/+1 |
| | | | | |/ / | |||||
| | | | | * | | Fixed review comments | Mikael Ronstrom | 2009-10-16 | 1 | -4/+4 |
| | | | | * | | Changed all no_ to num_ to avoid strange names like no_list_values which is n... | Mikael Ronstrom | 2009-10-01 | 1 | -1/+1 |
| | | | | * | | WL#3352, Introducing Column list partitioning, makes it possible to partition... | Mikael Ronstrom | 2009-09-15 | 1 | -3/+9 |
| | | | | |/ | |||||
| | | | * | | WL#5016: Fix header file include guards | Mats Kindahl | 2009-09-23 | 1 | -0/+4 |
| | | | |/ | |||||
| | | | * | Bug#30822: ALTER TABLE COALESCE PARTITION causes segmentation fault | mattiasj@mattias-jonssons-macbook.local | 2007-11-20 | 1 | -0/+1 |
| | | | * | Merge bk@192.168.21.1:mysql-5.1-opt | holyfoot/hf@hfmain.(none) | 2007-06-25 | 1 | -1/+2 |
| | | | |\ | |||||
| | | | | * | Bug #27084 partitioning by list seems failing when using case | holyfoot/hf@mysql.com/hfmain.(none) | 2007-03-27 | 1 | -1/+2 |
| | | | * | | WL#3817: Simplify string / memory area types and make things more consistent ... | monty@mysql.com/narttu.mysql.fi | 2007-05-10 | 1 | -6/+6 |
| | | | * | | Remove unnecessary casts to uchar. The casts are stemming from | kostja@bodhi.local | 2007-03-27 | 1 | -2/+2 |
| | | | |/ | |||||
| | | | * | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-27 | 1 | -2/+1 |
| | | | * | Merge dator5.(none):/home/pappa/clean-mysql-5.1 | mikael/pappa@dator5.(none) | 2006-10-16 | 1 | -0/+3 |
| | | | |\ | |||||
| | | | | * | Final step of Take 7 on review fixes of this | mikael/pappa@dator5.(none) | 2006-09-26 | 1 | -0/+3 |
| | | | * | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifies | dlenev@mockturtle.local | 2006-09-21 | 1 | -1/+1 |
| | | | |/ | |||||
| | | | * | partition functions to pass create_info, not only max_rows | tomas@poseidon.ndb.mysql.com | 2006-06-27 | 1 | -1/+1 |
| | | | * | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m... | mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se | 2006-06-14 | 1 | -3/+4 |
| | | | |\ | |||||
| | | | | * | BUG#16002: Make partition functions that are unsigned work properly | mikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se | 2006-04-17 | 1 | -3/+4 |
| | | | * | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m... | mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se | 2006-06-12 | 1 | -1/+2 |
| | | | |\ \ | |||||
| | | | | * | | BUG#19695: Showed partition options when table options were not shown | mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se | 2006-05-27 | 1 | -1/+1 |
| | | | | |/ | |||||
| | | | * | | BUG#19067: Crash when ALTER TABLE for default subpartitioned table | mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se | 2006-04-21 | 1 | -2/+1 |
| | | | |/ | |||||
| | | | * | BUG#18558 "Partition pruning results are incorrect for certain class of WHERE... | sergefp@mysql.com | 2006-04-06 | 1 | -1/+17 |
| | | | * | Bug#18053 Partitions: crash if null | gluh@eagle.intranet.mysql.r18.ru | 2006-03-28 | 1 | -1/+1 |