Aleksey Midenkov
|
b55a149194
|
Timestamp-based versioning for InnoDB [closes #209]
* Removed integer_fields check
* Reworked Vers_parse_info::check_sys_fields()
* Misc renames
* versioned as vers_sys_type_t
* Removed versioned_by_sql(), versioned_by_engine()
versioned() works as before;
versioned(VERS_TIMESTAMP) is versioned_by_sql();
versioned(VERS_TRX_ID) is versioned_by_engine().
* create_tmp_table() fix
* Foreign constraints for timestamp-based
* Range auto-specifier fix
* SQL: 1-row partition rotation fix [fixes #260]
* Fix 'drop system versioning, algorithm=inplace'
|
2017-12-18 19:03:51 +03:00 |
|
Aleksey Midenkov
|
27187443ef
|
MDEV-14650 Assertion 0 failed in TABLE::vers_update_fields [fixes #402]
SQL: fixed selecion of handlerton by respecting partitioning
|
2017-12-14 19:45:11 +03:00 |
|
Aleksey Midenkov
|
459f40a232
|
SQL: create..select revisited [closes #370]
|
2017-12-12 21:30:49 +03:00 |
|
Sergei Golubchik
|
8dd84ec7f3
|
versioning/common.inc must "have_innodb"
because it'll fail to start without it
|
2017-12-05 17:42:27 +03:00 |
|
Aleksey Midenkov
|
56adced376
|
SQL,IB: REPLACE semantics [#365 bug 8]
|
2017-12-04 13:19:37 +03:00 |
|
Aleksey Midenkov
|
5bf14f93a4
|
Tests: fix combinations
|
2017-12-04 00:49:44 +03:00 |
|
Aleksey Midenkov
|
68e160fb25
|
Tests: removed common.inc from results
|
2017-12-04 00:49:44 +03:00 |
|
Aleksey Midenkov
|
33085349e9
|
IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]
|
2017-11-15 00:22:10 +03:00 |
|
Aleksey Midenkov
|
17bd486f36
|
SQL: thd_start_utime() fix [fixes #284]
|
2017-10-17 17:20:46 +03:00 |
|
Aleksey Midenkov
|
75bc483d7a
|
Tests: moved concat_execN() to common.inc
|
2017-09-25 22:07:01 +03:00 |
|
Aleksey Midenkov
|
c2c8808a16
|
SQL: compare TRX_ID fields against timestamps [closes #231]
|
2017-08-03 16:01:16 +03:00 |
|
Aleksey Midenkov
|
bdcce58fad
|
IB: long names in information_schema
|
2017-07-04 12:09:33 +03:00 |
|
Aleksey Midenkov
|
b19645caf5
|
Tests: verify_vtq() fix
|
2017-05-05 20:36:38 +03:00 |
|
Aleksey Midenkov
|
1894fab11a
|
Tests: split versioning.select into combinations
|
2017-05-05 20:36:32 +03:00 |
|
Aleksey Midenkov
|
d54d36c45e
|
IB, SQL: (0.4) COMMIT_ID-based ordering of transactions
IB:
* removed CONCURR_TRX from VTQ;
* new fields in VTQ: COMMIT_ID, ISO_LEVEL.
SQL:
* renamed BEGIN_TS, COMMIT_TS to VTQ_BEGIN_TS, VTQ_COMMIT_TS;
* new functions: VTQ_COMMIT_ID, VTQ_ISO_LEVEL, VTQ_TRX_ID, VTQ_TRX_SEES, VTQ_TRX_SEES_EQ;
* versioned SELECT for IB uses VTQ_TRX_SEES, VTQ_TRX_SEES_EQ.
Closes #71
|
2017-05-05 20:36:17 +03:00 |
|
Aleksey Midenkov
|
d3b737d910
|
Tests: moved to dedicated versioning suite
Run `mtr --suite=versioning` or `mtr versioning.<test-name>`
|
2017-05-05 20:36:13 +03:00 |
|