mariadb/mysql-test/suite/sys_vars
Sergei Golubchik e6a7457653 SQL: derived, hiding, error messages
Many related changes.

Note that AS OF condition must always be pushed down to physical tables,
it cannot be applied to a derived or a view. Thus:

* no versioning for internal temporary tables, they can never store
  historical data.
* remove special versioning code from mysql_derived_prepare and
  remove ER_VERS_DERIVED_PROHIBITED - derived can have no historical
  data and cannot be prohibited for system versioning related reasons.
* do not expand select list for derived/views with sys vers fields,
  derived/views can never have historical data.
* remove special invisiblity rules for sys vers fields, they are no
  longer needed after the previous change
* remove system_versioning_hide, it lost the meaning after the
  previous change.
* remove ER_VERS_SYSTEM_TIME_CLASH, it's no "clash", the inner
  AS OF clause always wins.
* non-versioned fields in a historical query

reword the warning text, downgrade to note, don't
replace values with NULLs
2018-01-09 14:12:41 +03:00
..
inc MDEV-12501 -- set --maturity-level by default 2017-12-09 23:34:43 +00:00
r SQL: derived, hiding, error messages 2018-01-09 14:12:41 +03:00
t MDEV-13073 This part merges the Ali semisync related changes 2017-12-18 13:43:37 +02:00
disabled.def Remove XtraDB 2017-06-21 13:44:16 +03:00