summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22165 CONVERT TABLE: move in partition from existing tableAleksey Midenkov2021-10-261-0/+5
* MDEV-22166 CONVERT PARTITION: move out partition into a tableAleksey Midenkov2021-10-261-3/+8
* MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-0/+1
* MDEV-21747 needless alter_ctx arg in prep_alter_part_table()Aleksey Midenkov2020-03-031-1/+0
* MDEV-20856 Bad values in metadata views for partitions on VARBINARYAlexander Barkov2019-10-181-6/+0
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * 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
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+4
|\ \ \ \ | |/ / /
| * | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-0/+4
* | | | Remove mem_alloc_error()Michael Widenius2018-05-071-1/+0
* | | | cleanup: ha_partition::update_row/delete_rowSergei Golubchik2018-02-231-6/+2
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-4/+4
* | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+35
|\ \ \ \
| * | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-0/+34
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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