1. 09 Jan, 2018 6 commits
    • Sergei Golubchik's avatar
      fix compilation w/o P_S · e577b566
      Sergei Golubchik authored
      e577b566
    • Sergei Golubchik's avatar
      Tests: system columns *not* being auto-renamed (create, alter) · ca4dbcff
      Sergei Golubchik authored
      it's correct, they preserve their documented names
      ca4dbcff
    • Sergei Golubchik's avatar
      SQL: error messages · 35b679b9
      Sergei Golubchik authored
      remove unused error messages
      reword ER_VERS_SYS_FIELD_NOT_HIDDEN->ER_VERS_SYS_FIELD_EXISTS
      35b679b9
    • Sergei Golubchik's avatar
      SQL: derived, hiding, error messages · e6a74576
      Sergei Golubchik authored
      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
      e6a74576
    • Sergei Golubchik's avatar
      Tests: disabled cte.test · b06b5c3e
      Sergei Golubchik authored
      CTE don't work, report MDEV-14820
      b06b5c3e
    • Sergei Golubchik's avatar
      MDEV-14764 Confusing error message: Table `t1` must have at least one temporal column · 1a0b986e
      Sergei Golubchik authored
      compiler warning (mix of bool and enum in ?:)
      1a0b986e
  2. 08 Jan, 2018 1 commit
  3. 06 Jan, 2018 1 commit
  4. 03 Jan, 2018 2 commits
  5. 02 Jan, 2018 1 commit
  6. 01 Jan, 2018 3 commits
  7. 28 Dec, 2017 8 commits
  8. 26 Dec, 2017 4 commits
  9. 25 Dec, 2017 1 commit
  10. 22 Dec, 2017 6 commits
  11. 21 Dec, 2017 7 commits