summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-0/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-1/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+2
| |\ \
| | * \ Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+2
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-171-1/+2
| | | |\
| | | | * Bug#26390632: CREATE TABLE CAN CAUSE MYSQL TO EXIT.Nisha Gopalakrishnan2017-08-231-3/+3
| | | | * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-2/+3
| | | | * Bug#13593865 - 64037: CRASH IN HA_PARTITION::CREATE_HANDLERS ONMattias Jonsson2012-02-021-1/+1
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | | |\
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | * | Bug#56172: Server crashes in ha_partition::reset onMattias Jonsson2010-10-011-2/+6
| | | | * | Manual merge2010-07-291-1/+1
| | | | |\ \ | | | | | |/
| | | | | * BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave2010-07-291-1/+1
| | | | * | Merge of bug#51851.Mattias Jonsson2010-05-241-15/+0
| | | | |\ \
| | | | | * | Bug#51851: Server with SBR locks mutex twice on LOAD DATAMattias Jonsson2010-03-301-14/+0
| | | | * | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+75
| | | | |/ /
| | | | * | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-161-3/+0
| | | | |\ \ | | | | | |/
| | | | | * Bug #42849: innodb crash with varying time_zone on partitioned Alexey Kopytov2009-12-131-3/+0
| | | | * | Fixed a few bugs in hex string generation, in call to val_str for partition e...Mikael Ronstrom2009-11-021-5/+6
| | | | * | Fixed so that character set constants are encoded as hex strings in frm file,...Mikael Ronstrom2009-10-301-0/+5
| | | | * | MergeMikael Ronstrom2009-10-281-10/+10
| | | | |\ \
| | | | | * \ mergeMattias Jonsson2009-10-281-10/+10
| | | | | |\ \
| | | | | | * | WL#3352, minor code formatting fixes after code reviewMattias Jonsson2009-10-211-10/+10
| | | | * | | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-281-10/+15
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | BUG#48165, needed to introduce length restrictions on partitioning fields to ...Mikael Ronstrom2009-10-281-0/+1
| | | | | * | | A lot of fixes to make character set work ok, first step to fixing BUG#48163Mikael Ronstrom2009-10-221-3/+1
| | | | | |/ /
| | | | | * | Fixed review commentsMikael Ronstrom2009-10-161-4/+4
| | | | | * | Changed all no_ to num_ to avoid strange names like no_list_values which is n...Mikael Ronstrom2009-10-011-1/+1
| | | | | * | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-3/+9
| | | | | |/
| | | | * | WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+4
| | | | |/
| | | | * Bug#30822: ALTER TABLE COALESCE PARTITION causes segmentation faultmattiasj@mattias-jonssons-macbook.local2007-11-201-0/+1
| | | | * Merge bk@192.168.21.1:mysql-5.1-optholyfoot/hf@hfmain.(none)2007-06-251-1/+2
| | | | |\
| | | | | * Bug #27084 partitioning by list seems failing when using caseholyfoot/hf@mysql.com/hfmain.(none)2007-03-271-1/+2
| | | | * | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-6/+6
| | | | * | Remove unnecessary casts to uchar. The casts are stemming fromkostja@bodhi.local2007-03-271-2/+2
| | | | |/
| | | | * Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | | | * Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-10-161-0/+3
| | | | |\
| | | | | * Final step of Take 7 on review fixes of thismikael/pappa@dator5.(none)2006-09-261-0/+3
| | | | * | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesdlenev@mockturtle.local2006-09-211-1/+1
| | | | |/
| | | | * partition functions to pass create_info, not only max_rowstomas@poseidon.ndb.mysql.com2006-06-271-1/+1
| | | | * Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-3/+4
| | | | |\
| | | | | * BUG#16002: Make partition functions that are unsigned work properlymikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-171-3/+4
| | | | * | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-121-1/+2
| | | | |\ \
| | | | | * | BUG#19695: Showed partition options when table options were not shownmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-271-1/+1
| | | | | |/
| | | | * | BUG#19067: Crash when ALTER TABLE for default subpartitioned tablemikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-2/+1
| | | | |/
| | | | * BUG#18558 "Partition pruning results are incorrect for certain class of WHERE...sergefp@mysql.com2006-04-061-1/+17
| | | | * Bug#18053 Partitions: crash if nullgluh@eagle.intranet.mysql.r18.ru2006-03-281-1/+1