| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | | | 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 |
| * | | | | | | SQL, IB: (0.10) VTMD tracking [closes #124] | Aleksey Midenkov | 2017-06-19 | 1 | -0/+6 |
| * | | | | | | SQL: fix fix_create_like() | Aleksey Midenkov | 2017-05-19 | 1 | -1/+1 |
| * | | | | | | SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152] | Aleksey Midenkov | 2017-05-05 | 1 | -1/+4 |
| * | | | | | | SQL: forced, hidden versioning [closes #32] | Aleksey Midenkov | 2017-05-05 | 1 | -1/+2 |
| * | | | | | | SQL: CREATE TABLE LIKE for versioned tables [fixes #146] | kevg | 2017-05-05 | 1 | -0/+2 |
| * | | | | | | IB, SQL: InnoDB partitioning [closes #118] | Aleksey Midenkov | 2017-05-05 | 1 | -2/+25 |
| * | | | | | | SQL, IB: ALTER ADD AUTO_INCREMENT for versioned tables [closes #112] | kevg | 2017-05-05 | 1 | -0/+2 |
| * | | | | | | 0.6: truncate history feature [closes #96] | kevg | 2017-05-05 | 1 | -1/+1 |
| * | | | | | | SQL: (0.5) Versioned partitions [closes #77] | Aleksey Midenkov | 2017-05-05 | 1 | -7/+7 |
| * | | | | | | 0.5: basic support for ALTER TABLE for InnoDB and other storage engines [clos... | kevg | 2017-05-05 | 1 | -3/+28 |
| * | | | | | | SQL: redundant error codes reduced | Aleksey Midenkov | 2017-05-05 | 1 | -2/+4 |
| * | | | | | | IB, SQL: (0.4) COMMIT_ID-based ordering of transactions | Aleksey Midenkov | 2017-05-05 | 1 | -1/+3 |
| * | | | | | | SQL: implicit fields for IB tables + misc cleanups | Aleksey Midenkov | 2017-05-05 | 1 | -37/+14 |
| * | | | | | | SQL: 0.3 per column versioning syntax, .frm, optimized updates and tests | Kosov Eugene | 2017-05-05 | 1 | -5/+28 |
| * | | | | | | IB: 0.2 part IV | Aleksey Midenkov | 2017-05-05 | 1 | -3/+5 |