Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
N/A
-
None
Description
Errors ER_VERSIONING_REQUIRED and ER_VERS_NOT_VERSIONED seem to have the same semantics, maybe there is no need to have both.
$ /data/bld/bb-10.3-temporal/bin/perror 4129
|
MySQL error code 4129 (ER_VERS_NOT_VERSIONED): Table %`s is not versioned
|
 |
$ /data/bld/bb-10.3-temporal/bin/perror 4106
|
MySQL error code 4106 (ER_VERSIONING_REQUIRED): System Versioning required: %s
|