[MDEV-10187] Storage Requirements for varchar Created: 2016-06-07 Updated: 2016-06-08 Resolved: 2016-06-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Nicolas Payart | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I think that there is a wrong assertion in documentation about Storage Requirements for varchar datatypes. https://mariadb.com/kb/en/mariadb/data-type-storage-requirements/ Documentation says (in "String data types" section):
As I am concern, this should be:
So space depends on actual value length (len) and not actual definition (M)... |
| Comments |
| Comment by Ian Gilfillan [ 2016-06-08 ] |
|
Thanks, you are correct. The documentation has been updated. |