[MDEV-21128] int(32) not documented Created: 2019-11-22  Updated: 2023-12-15

Status: Open
Project: MariaDB Server
Component/s: Documentation - Support
Fix Version/s: None

Type: Task Priority: Minor
Reporter: VAROQUI Stephane Assignee: Joe Cotellese
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
PartOf

 Description   

I did not found in KB the meaning of int(32)

I guess this is not a server bug representing disk size in int . 2G disk only

So is this only information schema specific ?
Does SQL mode oracle do map int(32) to bigint as well ?
Can now int(32) represente a 32 bytes integer and not only the padding like always ?

show create table information_schema.DISKS;
CREATE TEMPORARY TABLE `DISKS` (
`Disk` varchar(4096) NOT NULL DEFAULT '',
`Path` varchar(4096) NOT NULL DEFAULT '',
`Total` int(32) NOT NULL DEFAULT 0,
`Used` int(32) NOT NULL DEFAULT 0,
`Available` int(32) NOT NULL DEFAULT 0
) ENGINE=MEMORY DEFAULT CHARSET=utf8

/tx



 Comments   
Comment by Julien Fritsch [ 2021-09-22 ]

jacob.moorman from our discussion, I decided to reassign Kenneth's ticket to you?

Generated at Thu Feb 08 09:04:48 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.