- 05 May, 2017 37 commits
-
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
Run `mtr --suite=versioning` or `mtr versioning.<test-name>`
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
create: 5de65ef52df9f941ec8eea93f4801283e3d7fa05 select_pkeycache, select_jcl6: ded545be9f7a416d1d50d653ab278dd0fc7e6c5e
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Kosov Eugene authored
-
Aleksey Midenkov authored
ded545be9f7a416d1d50d653ab278dd0fc7e6c5e
-
Kosov Eugene authored
-
Kosov Eugene authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Kosov Eugene authored
-
Aleksey Midenkov authored
Moved opt_for_system_time_clause from table identifier (which binds it to single table) to table expression.
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
* BEGIN_TS(), COMMIT_TS() SQL functions; * VTQ instead of packed stores secs + usecs like my_timestamp_to_binary() does; * versioned SELECT to IB is translated with COMMIT_TS(); * SQL fixes: - FOR_SYSTEM_TIME_UNSPECIFIED condition compares to TIMESTAMP_MAX_VALUE; - segfault fix #36: multiple execute of prepared stmt; - different tables to same stored procedure fix (#39) * Fixes of previous parts: ON DUPLICATE KEY, other misc fixes.
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
These features are defined only in XtraDB: chaged_page_bitmaps, innodb_changed_pages
-
Kosov Eugene authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
* versioned DML: INSERT, UPDATE, DELETE; * general refactoring and fixes. Warning: breaks 'insert' and 'update' tests since they require part IV.
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
* moved vers_notify_vtq() to commit phase; * low_level insert (load test passed); * rest of SYS_VTQ columns filled: COMMIT_TS, CONCURR_TRX; * savepoints support; * I_S.INNODB_SYS_VTQ adjustments: - limit to I_S_SYS_VTQ_LIMIT(10000) of most recent records; - CONCURR_TRX limit to I_S_MAX_CONCURR_TRX(100) with '...' truncation marker; - TIMESTAMP fields show fractions of seconds.
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Kosov Eugene authored
-
Aleksey Midenkov authored
* SYS_VTQ internal InnoDB table; * I_S.INNODB_SYS_VTQ table; * vers_notify_vtq(): add record to SYS_VTQ on versioned DML; * SYS_VTQ columns filled: TRX_ID, BEGIN_TS.
-
Kosov Eugene authored
-
Kosov Eugene authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Aleksey Midenkov authored
-
Daniel Fiala authored
-
- 12 Apr, 2017 1 commit
-
-
Daniel Fiala authored
-
- 10 Apr, 2017 1 commit
-
-
Kosov Eugene authored
-
- 09 Apr, 2017 1 commit
-
-
Michael Widenius authored
-