1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/suite/versioning/t
Sergei Golubchik 9eee9c6789 MDEV-16355 Add option for mysqldump to read data as of specific timestamp from system-versioned tables
Based on Aleksey Midenkov's patch

mysqldump changes:

* --as-of option specifies historical point;
* query forging protection for --as-of parameter.

system versioned tables are detected by querying I_S.TABLES:

* it transfers much less data when the full table definition is not needed
* it does not give false positives on x TEXT DEFAULT 'WITH SYSTEM VERSIONING'
2021-08-27 23:02:37 +02:00
..
2021-08-02 10:11:41 +02:00
2021-06-17 19:30:24 +02:00
2019-09-03 13:17:32 +03:00
2021-08-19 12:25:00 +03:00
2019-10-10 21:30:40 +03:00
2021-08-02 10:11:41 +02:00
2021-08-02 10:11:41 +02:00
2019-10-10 00:20:34 +03:00