Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5, 10.6, 10.3(EOL), 10.4(EOL), 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
-
None
Description
Fields AS ROW START and AS ROW END appear to have a default value of 0.
It matters when one creates a new table out of system versioned table using
CREATE ... SELECT. But the default value avoids validation, these fields are created with zero defaults even if sql_mode=NO_ZERO_DATE. Examples are in versioning.create test which succeeds even in the traditional mode.
Attachments
Issue Links
- blocks
-
MDEV-16546 System versioning setting to allow history modification
- Closed
- causes
-
MDEV-33433 SET row_end / row_start = DEFAULT causes OM => NS replication failure
- Open