[MDEV-16392] Better document how comparison operators work on ROW objects Created: 2018-06-04 Updated: 2018-12-10 Resolved: 2018-12-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation - Support |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Kenneth Dyer (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The MySQL documentation explains how the comparison operators work on ROW objects. For example:
https://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html#operator_less-than The relevant MariaDB documentation pages do not include this information. For example: https://mariadb.com/kb/en/library/less-than/ MDEV-16393 has a concrete example. |