Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix THD::system_time to follow, well, system time | Sergei Golubchik | 2018-02-25 | 1 | -2/+2 |
* | PARTITION BY SYSTEM_TIME INTERVAL ... | Sergei Golubchik | 2018-02-23 | 1 | -117/+121 |
* | create ROW_START/ROW_END columns NOT NULL | Sergei Golubchik | 2018-02-23 | 1 | -1/+0 |
* | cleanup: partition_info::check_constants | Sergei Golubchik | 2018-02-23 | 1 | -29/+393 |
* | SQL: Truncate history of partitioned table [fixes #399, closes #403] | Sergei Golubchik | 2018-02-23 | 1 | -0/+2 |
* | cleanup: ha_partition::update_row/delete_row | Sergei Golubchik | 2018-02-23 | 1 | -88/+16 |
* | After-merge fix: Use matching format | Marko Mäkelä | 2018-02-15 | 1 | -1/+1 |
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -3/+9 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -2/+8 |
| |\ | |||||
| | * | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -2/+8 |
| | |\ | |||||
| | | * | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -1/+6 |
| | | |\ | |||||
| | | | * | MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS. | Alexey Botchkov | 2018-01-30 | 1 | -1/+6 |
* | | | | | cleanup: remove MARK_COLUMNS_NONE | Sergei Golubchik | 2018-02-12 | 1 | -1/+1 |
* | | | | | cleanup: renames | Sergei Golubchik | 2018-02-12 | 1 | -5/+5 |
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
* | | | | | Added some checking that LEX_CSTRING is \0 terminated | Monty | 2018-01-30 | 1 | -1/+1 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -19/+15 |
* | | | | | MDEV-14923 Assertion upon INSERT into locked versioned partitioned table | Aleksey Midenkov | 2018-01-13 | 1 | -6/+1 |
* | | | | | System Versioning 1.0 pre8 | Aleksey Midenkov | 2018-01-10 | 1 | -10/+11 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-04 | 1 | -10/+11 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-01 | 1 | -10/+11 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Fixed compiler warnings about possible uninitialized variables | Monty | 2018-01-01 | 1 | -2/+8 |
| | | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Vicențiu Ciorbaru | 2017-12-22 | 1 | -8/+3 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -8/+3 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -8/+3 |
| | | | | |\ | |||||
| | | | | | * | MDEV-13788 Server crash when issuing bad SQL partition syntax | Alexander Barkov | 2017-11-20 | 1 | -8/+3 |
* | | | | | | | rename system_time columns | Sergei Golubchik | 2018-01-09 | 1 | -8/+8 |
* | | | | | | | SQL: error messages | Sergei Golubchik | 2018-01-09 | 1 | -47/+0 |
* | | | | | | | MDEV-14817 Server crashes in prep_alter_part_table() after table lock and mul... | Aleksey Midenkov | 2018-01-04 | 1 | -1/+15 |
* | | | | | | | System Versioning 1.0 pre7 | Aleksey Midenkov | 2017-12-21 | 1 | -4/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-19 | 1 | -4/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-19 | 1 | -4/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Merge 10.1 to 10.2 | Marko Mäkelä | 2017-12-19 | 1 | -4/+1 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-12-18 | 1 | -4/+1 |
| | | | |\ \ \ | | | | | |/ / | |||||
| | | | | * | | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a... | Sergei Golubchik | 2017-12-18 | 1 | -4/+1 |
* | | | | | | | SQL: partitioning CREATE, ALTER fixes | Aleksey Midenkov | 2017-12-18 | 1 | -0/+4 |
* | | | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -6/+8 |
* | | | | | | | Partitioning syntax for versioning | Sergei Golubchik | 2017-12-14 | 1 | -6/+6 |
* | | | | | | | SQL: regression fix: make NOW a valid identifier again [#363] | Sergei Golubchik | 2017-12-08 | 1 | -1/+1 |
* | | | | | | | restore Field::get_timestamp() prototype | Sergei Golubchik | 2017-12-05 | 1 | -1/+2 |
* | | | | | | | Revert "SQL: 1-row partition rotation fix [fixes #260]" | Aleksey Midenkov | 2017-11-17 | 1 | -17/+5 |
* | | | | | | | fix win32 warnings | Eugene Kosov | 2017-11-13 | 1 | -1/+1 |
* | | | | | | | SQL, Test: main suite [fixes #300] | Aleksey Midenkov | 2017-11-13 | 1 | -1/+2 |
* | | | | | | | SQL: disabled SYSTEM_TIME partitioning for InnoDB [fixes #294] | Aleksey Midenkov | 2017-11-13 | 1 | -1/+1 |
* | | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -11/+341 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | SQL: 1-row partition rotation fix [fixes #260] | Aleksey Midenkov | 2017-09-13 | 1 | -5/+17 |
| * | | | | | | SQL: partitioning misc fixes [closes #242] | Aleksey Midenkov | 2017-09-07 | 1 | -5/+5 |
| * | | | | | | SQL: revisit error messages [closes #217] | Aleksey Midenkov | 2017-07-03 | 1 | -2/+4 |
| * | | | | | | IB, SQL: InnoDB partitioning [closes #118] | Aleksey Midenkov | 2017-05-05 | 1 | -1/+141 |
| * | | | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97] | Aleksey Midenkov | 2017-05-05 | 1 | -13/+38 |