Aleksey Midenkov
6e0b2c7fe0
System Versioning 1.0pre2
...
Merge branch '10.3' into trunk
2017-11-23 19:41:44 +03:00
Aleksey Midenkov
2b16681ee0
SQL, IB: single check of vers_update_trt [ #305 ]
...
Warnings cleanup in vtmd.cc
Stale thd->vers_update_trt after rollback to savepoint fix
2017-11-21 21:54:11 +03:00
Aleksey Midenkov
d8d7251019
System Versioning pre0.12
...
Merge remote-tracking branch 'origin/archive/2017-10-17' into 10.3
2017-11-07 00:37:49 +03:00
Aleksey Midenkov
5e42511ce1
SQL: SELECT from archive table [ closes #127 ]
2017-09-28 13:16:04 +03:00
Eugene Kosov
c5801dd67b
SQL: hide archive tables [ closes #193 ]
2017-09-27 22:08:20 +03:00
Aleksey Midenkov
e9e3cb0f6e
SQL: VTMD for SHOW CREATE fixes [related to #125 ]
2017-09-27 20:42:22 +03:00
Aleksey Midenkov
79e17b26fb
SQL: VTMD_table::get_archive_tables() misc fixes
2017-09-27 10:24:40 +03:00
Eugene Kosov
f79c4469ff
SQL: helpers to get archive tables list [ closes #199 ]
2017-09-25 22:06:53 +03:00
Eugene Kosov
ac5eb9771e
SQL: Versioned SHOW CREATE TABLE [ closes #125 ]
2017-06-19 15:21:48 +03:00
Aleksey Midenkov
448374a228
SQL, IB: (0.10) VTMD tracking [ closes #124 ]
...
IB: Fixes in logic when to do versioned or usual row updates. Now it is
able to do unversioned updates for versioned tables just by disabling
`TABLE_SHARE::versioned` flag.
SQL: DDL tracking for:
* RENAME TABLE, ALTER TABLE .. RENAME TO;
* DROP TABLE;
* data-modifying operations (f.ex. ALTER TABLE .. ADD/DROP COLUMN).
2017-06-19 15:21:39 +03:00