| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead VERS_EXPERIMENTAL code | Sergei Golubchik | 2018-01-13 | 1 | -4/+0 |
* | System Versioning 1.0 pre8 | Aleksey Midenkov | 2018-01-10 | 1 | -1/+3 |
|\ |
|
| * | Added CHECK_FIELD_EXPRESSION | Monty | 2017-12-22 | 1 | -1/+3 |
* | | Daemon: debug_system_versioning_show, debug_system_versioning_force | Aleksey Midenkov | 2018-01-10 | 1 | -0/+4 |
* | | SQL: derived, hiding, error messages | Sergei Golubchik | 2018-01-09 | 1 | -2/+0 |
* | | System Versioning 1.0 pre7 | Aleksey Midenkov | 2017-12-21 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-19 | 1 | -7/+7 |
| |\ |
|
| | * | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-19 | 1 | -7/+7 |
| | |\ |
|
| | | * | Merge 10.1 to 10.2 | Marko Mäkelä | 2017-12-19 | 1 | -7/+7 |
| | | |\ |
|
| | | | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-12-18 | 1 | -1/+7 |
| | | | |\ |
|
| | | | | * | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul... | Alexander Barkov | 2017-12-18 | 1 | -1/+7 |
| | | | | * | MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild | Sergei Golubchik | 2017-07-20 | 1 | -9/+1 |
| | | | * | | bugfix: copy timestamps correctly in INSERT...SELECT | Sergei Golubchik | 2017-09-21 | 1 | -0/+1 |
* | | | | | | SQL: removed VERS_HIDDEN_FLAG [closes #409] | Aleksey Midenkov | 2017-12-19 | 1 | -4/+6 |
* | | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -2/+2 |
* | | | | | | System Versioning 1.0 pre5 [closes #407] | Aleksey Midenkov | 2017-12-15 | 1 | -1/+9 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | MDEV-10177 Invisible Columns and Invisible Index | Sachin Setiya | 2017-12-15 | 1 | -1/+5 |
| * | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-14 | 1 | -0/+4 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUTO_VALUE_ON_Z... | Alexander Barkov | 2017-12-13 | 1 | -0/+4 |
* | | | | | | restore Field::get_timestamp() prototype | Sergei Golubchik | 2017-12-05 | 1 | -3/+11 |
* | | | | | | Revert "Parser: no implicit NOT NULL for system fields [fixes #163]" | Sergei Golubchik | 2017-12-05 | 1 | -3/+1 |
* | | | | | | SQL,IB: REPLACE semantics [#365 bug 8] | Aleksey Midenkov | 2017-12-04 | 1 | -0/+15 |
* | | | | | | SQL, IB: various refactoring [#337] | Eugene Kosov | 2017-11-27 | 1 | -0/+5 |
* | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -4/+91 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Style: garbage Copy_field member | Aleksey Midenkov | 2017-09-20 | 1 | -1/+0 |
| * | | | | | SQL: pruning, derived, view fixes [fixes #244] | Aleksey Midenkov | 2017-09-01 | 1 | -3/+32 |
| * | | | | | SQL: compare TRX_ID fields against timestamps [closes #231] | Aleksey Midenkov | 2017-08-03 | 1 | -3/+27 |
| * | | | | | SQL: optimized fields fix for NOT NULL [fixes #226] | Eugene Kosov | 2017-07-13 | 1 | -4/+0 |
| * | | | | | Parser: no implicit NOT NULL for system fields [fixes #163] | Aleksey Midenkov | 2017-05-05 | 1 | -1/+3 |
| * | | | | | SQL: remove unneded return value | kevg | 2017-05-05 | 1 | -4/+4 |
| * | | | | | SQL: (0.5) Versioned partitions [closes #77] | Aleksey Midenkov | 2017-05-05 | 1 | -5/+4 |
| * | | | | | 0.5: basic support for ALTER TABLE for InnoDB and other storage engines [clos... | kevg | 2017-05-05 | 1 | -0/+1 |
| * | | | | | SQL: default NULL for sys fields + misc fixes | Aleksey Midenkov | 2017-05-05 | 1 | -47/+2 |
| * | | | | | SQL: NULL instead of optimized fields in versioned queries | Kosov Eugene | 2017-05-05 | 1 | -0/+4 |
| * | | | | | SQL: store versioning field flags in EXTRA2 | Kosov Eugene | 2017-05-05 | 1 | -7/+3 |
| * | | | | | SQL: hide implicitly added columns from SELECT * | Kosov Eugene | 2017-05-05 | 1 | -0/+3 |
| * | | | | | Style: removed unused header, other small fixes | Kosov Eugene | 2017-05-05 | 1 | -2/+0 |
| * | | | | | SQL: 0.3 per column versioning syntax, .frm, optimized updates and tests | Kosov Eugene | 2017-05-05 | 1 | -1/+13 |
| * | | | | | IB: 0.2 part III | Aleksey Midenkov | 2017-05-05 | 1 | -10/+12 |
| * | | | | | 0.1: SQL-level System Versioning | Daniel Fiala | 2017-05-05 | 1 | -0/+67 |
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-10-30 | 1 | -7/+55 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | MDEV-14212 Add Field_row for SP ROW variables | Alexander Barkov | 2017-10-30 | 1 | -5/+27 |
| * | | | | | MDEV-14139 Anchored data types for variables | Alexander Barkov | 2017-10-27 | 1 | -1/+27 |
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 1 | -2/+2 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default function | Alexander Barkov | 2017-10-11 | 1 | -2/+2 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -3/+4 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-02 | 1 | -3/+4 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-09-28 | 1 | -0/+4 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | A cleanup for MDEV-13919 sql_mode=ORACLE: Derive length of VARCHAR SP param... | Alexander Barkov | 2017-09-28 | 1 | -0/+2 |