mariadb/mysql-test/suite/versioning
Nikita Malyavin 4246c0fa01 MDEV-22597 Add views for periods in information_schema
Two new information_schema views are added:
* PERIOD table -- columns TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME,
  PERIOD_NAME, START_COLUMN_NAME, END_COLUMN_NAME.
* KEY_PERIOD_USAGE -- works similar to KEY_COLUMN_USAGE, but for periods.
  Columns CONSTRAINT_CATALOG, CONSTRAINT_SCHEMA, CONSTRAINT_NAME,
  TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, PERIOD_NAME

Two new columns are added to the COLUMNS view:
 IS_SYSTEM_TIME_PERIOD_START, IS_SYSTEM_TIME_PERIOD_END - contain YES/NO.
2024-02-12 22:26:06 +01:00
..
r MDEV-22597 Add views for periods in information_schema 2024-02-12 22:26:06 +01:00
t MDEV-22597 Add views for periods in information_schema 2024-02-12 22:26:06 +01:00
common.inc Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
common.opt
common_finish.inc Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
disabled.def
engines.combinations
engines.inc
innodb.combinations
innodb.inc
key_type.combinations
key_type.inc
wait_system_clock.inc