[MDEV-22588] Document WITHOUT OVERLAPS feature and clean up Application-time Periods section Created: 2020-05-16 Updated: 2020-05-16 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
While documenting it, please also check the existing contents of Application-time Periods. I've spotted a few irregularities, maybe there are more.
But then it doesn't say what can be further done with the table. It can indeed be created this way, but given that it has only one column which is a primary key, it cannot really have any meaningful contents. I think it can be confusing.
This is a tricky part, I think it needs to be accompanied with examples (or possibly there are bugs in there, I can't say as it's unclear from the documentation). E.g. this works:
but this doesn't:
yet this does:
While CURDATE and SYSDATE indeed have different semantics, the former being "more constant" than the latter, it doesn't explain why SYSDATE works for DELETE, but not for UPDATE. |