Skip to content

Bug fixes, CREATE .. SELECT

Pre-release
Pre-release
Compare
Choose a tag to compare
@midenok midenok released this 31 Mar 11:51
· 16445 commits to 10.5 since this release

Added:

  • System variables: vers_current_timestamp, vers_force, vers_hide;
  • Forced versioning mode (vers_force) to create all tables with System Versioning;
  • 4 modes of vers_hide: AUTO, IMPLICIT, FULL, NEVER;
  • CREATE .. SELECT to copy structure and data of versioned tables.

Fixed:

  • 14 bugs fixed (mostly found in main.select with forced versioning mode);
  • temporary tables from InnoDB tables.