summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-0/+7
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-0/+7
| | * | | | | MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-181-0/+9
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-201-15/+5
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-3/+3
* | | | | | | SQL, IB: unversioned fields with ALTER TABLE [fixes #401]Eugene Kosov2017-12-151-0/+2
* | | | | | | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-26/+39
* | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-8/+200
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-9/+112
| * | | | | | Adding option to tell that cmp_ref handler call is expensiveMonty2017-12-031-0/+4
| * | | | | | Adding support for auto_increment in the partition engine.Monty2017-12-031-0/+2
| * | | | | | Adding Full Text Search support to partitionsMonty2017-12-031-1/+4
| * | | | | | Add direct aggregatesMonty2017-12-031-1/+1
| * | | | | | Adding multi_range_read support to partitionsMonty2017-12-031-0/+33
| * | | | | | MDEV-7700 Spiral patch 002_mariadb-10.0.15.spider.diff, part 2Monty2017-12-031-0/+2
| * | | | | | MDEV 7701 extra() calls for VP engineMonty2017-12-031-1/+42
| * | | | | | Added spider patches for adding HANDLER support for the partition engineMonty2017-12-031-0/+4
* | | | | | | remove 'vers_auto_decrement'Sergei Golubchik2017-12-051-2/+0
* | | | | | | SQL: create_like_table strip versioning for tmp tables [#365 bug 6]Aleksey Midenkov2017-12-011-2/+2
* | | | | | | Remove the flag vers_update_trtMarko Mäkelä2017-11-271-5/+6
* | | | | | | SQL: prohibit column conversion to system fields for non-empty table [fixes #...Eugene Kosov2017-11-221-1/+1
* | | | | | | SQL, IB: single check of vers_update_trt [#305]Aleksey Midenkov2017-11-211-3/+2
* | | | | | | SQL: open TRT only after versioned write [#305]Aleksey Midenkov2017-11-171-11/+1
* | | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-32/+17
* | | | | | | Tests: full test resultsEugene Kosov2017-11-131-1/+0
* | | | | | | System Versioning pre1.0Aleksey Midenkov2017-11-131-0/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Alexander Barkov2017-10-311-0/+7
* | | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-3/+167
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-1/+1
| * | | | | | Style: partitioning, sysvars, handler fixesAleksey Midenkov2017-09-061-2/+34
| * | | | | | SQL, IB: option to drop historical rows on ALTER [closes #249]Eugene Kosov2017-09-011-0/+2
| * | | | | | SQL: ignore columns WITHOUT VERSIONING [fixes #220]Eugene Kosov2017-07-041-8/+8
| * | | | | | SQL: revisit error messages [closes #217]Aleksey Midenkov2017-07-031-12/+12
| * | | | | | SQL: start_end_t members as LEX_CSTRINGAleksey Midenkov2017-06-231-10/+13
| * | | | | | Style: API renamesAleksey Midenkov2017-06-221-3/+3
| * | | | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+6
| * | | | | | SQL: fix fix_create_like()Aleksey Midenkov2017-05-191-1/+1
| * | | | | | SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152]Aleksey Midenkov2017-05-051-1/+4
| * | | | | | SQL: forced, hidden versioning [closes #32]Aleksey Midenkov2017-05-051-1/+2
| * | | | | | SQL: CREATE TABLE LIKE for versioned tables [fixes #146]kevg2017-05-051-0/+2
| * | | | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-2/+25
| * | | | | | SQL, IB: ALTER ADD AUTO_INCREMENT for versioned tables [closes #112]kevg2017-05-051-0/+2
| * | | | | | 0.6: truncate history feature [closes #96]kevg2017-05-051-1/+1
| * | | | | | SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-7/+7
| * | | | | | 0.5: basic support for ALTER TABLE for InnoDB and other storage engines [clos...kevg2017-05-051-3/+28
| * | | | | | SQL: redundant error codes reducedAleksey Midenkov2017-05-051-2/+4
| * | | | | | IB, SQL: (0.4) COMMIT_ID-based ordering of transactionsAleksey Midenkov2017-05-051-1/+3
| * | | | | | SQL: implicit fields for IB tables + misc cleanupsAleksey Midenkov2017-05-051-37/+14
| * | | | | | SQL: 0.3 per column versioning syntax, .frm, optimized updates and testsKosov Eugene2017-05-051-5/+28
| * | | | | | IB: 0.2 part IVAleksey Midenkov2017-05-051-3/+5