summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-2/+2
* PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-117/+121
* create ROW_START/ROW_END columns NOT NULLSergei Golubchik2018-02-231-1/+0
* cleanup: partition_info::check_constantsSergei Golubchik2018-02-231-29/+393
* SQL: Truncate history of partitioned table [fixes #399, closes #403]Sergei Golubchik2018-02-231-0/+2
* cleanup: ha_partition::update_row/delete_rowSergei Golubchik2018-02-231-88/+16
* After-merge fix: Use matching formatMarko Mäkelä2018-02-151-1/+1
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+9
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+8
| |\
| | * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+8
| | |\
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+6
| | | |\
| | | | * MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS.Alexey Botchkov2018-01-301-1/+6
* | | | | cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-1/+1
* | | | | cleanup: renamesSergei Golubchik2018-02-121-5/+5
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | | Added some checking that LEX_CSTRING is \0 terminatedMonty2018-01-301-1/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-19/+15
* | | | | MDEV-14923 Assertion upon INSERT into locked versioned partitioned tableAleksey Midenkov2018-01-131-6/+1
* | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-10/+11
|\ \ \ \ \
| * \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-10/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-10/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixed compiler warnings about possible uninitialized variablesMonty2018-01-011-2/+8
| | | * | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-8/+3
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-8/+3
| | | | |\ \ | | | | | |/
| | | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-8/+3
| | | | | |\
| | | | | | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-201-8/+3
* | | | | | | rename system_time columnsSergei Golubchik2018-01-091-8/+8
* | | | | | | SQL: error messagesSergei Golubchik2018-01-091-47/+0
* | | | | | | MDEV-14817 Server crashes in prep_alter_part_table() after table lock and mul...Aleksey Midenkov2018-01-041-1/+15
* | | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-4/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-4/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-191-4/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-4/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-4/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-4/+1
* | | | | | | SQL: partitioning CREATE, ALTER fixesAleksey Midenkov2017-12-181-0/+4
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-6/+8
* | | | | | | Partitioning syntax for versioningSergei Golubchik2017-12-141-6/+6
* | | | | | | SQL: regression fix: make NOW a valid identifier again [#363]Sergei Golubchik2017-12-081-1/+1
* | | | | | | restore Field::get_timestamp() prototypeSergei Golubchik2017-12-051-1/+2
* | | | | | | Revert "SQL: 1-row partition rotation fix [fixes #260]"Aleksey Midenkov2017-11-171-17/+5
* | | | | | | fix win32 warningsEugene Kosov2017-11-131-1/+1
* | | | | | | SQL, Test: main suite [fixes #300]Aleksey Midenkov2017-11-131-1/+2
* | | | | | | SQL: disabled SYSTEM_TIME partitioning for InnoDB [fixes #294]Aleksey Midenkov2017-11-131-1/+1
* | | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-11/+341
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SQL: 1-row partition rotation fix [fixes #260]Aleksey Midenkov2017-09-131-5/+17
| * | | | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-5/+5
| * | | | | | SQL: revisit error messages [closes #217]Aleksey Midenkov2017-07-031-2/+4
| * | | | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-1/+141
| * | | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97]Aleksey Midenkov2017-05-051-13/+38