| Commit message (Expand) | Author | Age | Files | Lines |
* | Move alter partition flags to alter_info->partition_flags | Monty | 2018-03-29 | 1 | -32/+40 |
* | Changed static const in Alter_info and Alter_online_info to defines | Monty | 2018-03-29 | 1 | -164/+176 |
* | Fixed alter online table for Aria tables | Monty | 2018-03-29 | 1 | -0/+1 |
* | don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULL | Sergei Golubchik | 2018-02-24 | 1 | -1/+10 |
* | remove partition-specific methods from the base handler class | Sergei Golubchik | 2018-02-23 | 1 | -4/+0 |
* | MDEV-14798 Add, drop system versioning semantic and syntax | Sergei Golubchik | 2018-02-23 | 1 | -3/+1 |
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -5/+7 |
|\ |
|
| * | Added Max_index_length and Temporary to SHOW TABLE STATUS | Monty | 2018-02-12 | 1 | -3/+5 |
* | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -5/+5 |
* | | MDEV-11084 Select statement with partition selection against MyISAM table ope... | Alexey Botchkov | 2018-01-29 | 1 | -1/+4 |
* | | MDEV-14798 Add, drop system versioning semantic and syntax | Eugene Kosov | 2018-01-12 | 1 | -1/+3 |
* | | System Versioning 1.0 pre7 | Aleksey Midenkov | 2017-12-21 | 1 | -0/+16 |
|\ \ |
|
| * \ | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-19 | 1 | -0/+16 |
| |\ \
| | |/ |
|
| | * | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-19 | 1 | -0/+7 |
| | |\ |
|
| | | * | Merge 10.1 to 10.2 | Marko Mäkelä | 2017-12-19 | 1 | -0/+7 |
| | | |\ |
|
| | | | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-12-18 | 1 | -0/+7 |
| | | | |\ |
|
| | | | | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a... | Sergei Golubchik | 2017-12-18 | 1 | -0/+7 |
| | * | | | | MDEV-14593 human-readable XA RECOVER. | Alexey Botchkov | 2017-12-18 | 1 | -0/+9 |
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r... | Eugene Kosov | 2017-12-20 | 1 | -15/+5 |
* | | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -3/+3 |
* | | | | | | SQL, IB: unversioned fields with ALTER TABLE [fixes #401] | Eugene Kosov | 2017-12-15 | 1 | -0/+2 |
* | | | | | | SQL: create..select revisited [closes #370] | Aleksey Midenkov | 2017-12-12 | 1 | -26/+39 |
* | | | | | | System Versioning 1.0 pre3 | Aleksey Midenkov | 2017-12-11 | 1 | -8/+200 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Adding direct update/delete to the server and to the partition engine. | Kentoku SHIBA | 2017-12-03 | 1 | -9/+112 |
| * | | | | | Adding option to tell that cmp_ref handler call is expensive | Monty | 2017-12-03 | 1 | -0/+4 |
| * | | | | | Adding support for auto_increment in the partition engine. | Monty | 2017-12-03 | 1 | -0/+2 |
| * | | | | | Adding Full Text Search support to partitions | Monty | 2017-12-03 | 1 | -1/+4 |
| * | | | | | Add direct aggregates | Monty | 2017-12-03 | 1 | -1/+1 |
| * | | | | | Adding multi_range_read support to partitions | Monty | 2017-12-03 | 1 | -0/+33 |
| * | | | | | MDEV-7700 Spiral patch 002_mariadb-10.0.15.spider.diff, part 2 | Monty | 2017-12-03 | 1 | -0/+2 |
| * | | | | | MDEV 7701 extra() calls for VP engine | Monty | 2017-12-03 | 1 | -1/+42 |
| * | | | | | Added spider patches for adding HANDLER support for the partition engine | Monty | 2017-12-03 | 1 | -0/+4 |
* | | | | | | remove 'vers_auto_decrement' | Sergei Golubchik | 2017-12-05 | 1 | -2/+0 |
* | | | | | | SQL: create_like_table strip versioning for tmp tables [#365 bug 6] | Aleksey Midenkov | 2017-12-01 | 1 | -2/+2 |
* | | | | | | Remove the flag vers_update_trt | Marko Mäkelä | 2017-11-27 | 1 | -5/+6 |
* | | | | | | SQL: prohibit column conversion to system fields for non-empty table [fixes #... | Eugene Kosov | 2017-11-22 | 1 | -1/+1 |
* | | | | | | SQL, IB: single check of vers_update_trt [#305] | Aleksey Midenkov | 2017-11-21 | 1 | -3/+2 |
* | | | | | | SQL: open TRT only after versioned write [#305] | Aleksey Midenkov | 2017-11-17 | 1 | -11/+1 |
* | | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] | Aleksey Midenkov | 2017-11-15 | 1 | -32/+17 |
* | | | | | | Tests: full test results | Eugene Kosov | 2017-11-13 | 1 | -1/+0 |
* | | | | | | System Versioning pre1.0 | Aleksey Midenkov | 2017-11-13 | 1 | -0/+7 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1 | Alexander Barkov | 2017-10-31 | 1 | -0/+7 |
* | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -3/+167 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | SQL: partitioning misc fixes [closes #242] | Aleksey Midenkov | 2017-09-07 | 1 | -1/+1 |
| * | | | | | Style: partitioning, sysvars, handler fixes | Aleksey Midenkov | 2017-09-06 | 1 | -2/+34 |
| * | | | | | SQL, IB: option to drop historical rows on ALTER [closes #249] | Eugene Kosov | 2017-09-01 | 1 | -0/+2 |
| * | | | | | SQL: ignore columns WITHOUT VERSIONING [fixes #220] | Eugene Kosov | 2017-07-04 | 1 | -8/+8 |
| * | | | | | SQL: revisit error messages [closes #217] | Aleksey Midenkov | 2017-07-03 | 1 | -12/+12 |
| * | | | | | SQL: start_end_t members as LEX_CSTRING | Aleksey Midenkov | 2017-06-23 | 1 | -10/+13 |
| * | | | | | Style: API renames | Aleksey Midenkov | 2017-06-22 | 1 | -3/+3 |