Am 23.04.2018 um 15:51 schrieb Alexander Barkov:
> Does anybody see any problems if in 10.4 we fix all metadata statements,
> such as:
> 
> - SHOW CREATE TABLE t1
> - DESCRIBE t1
> - SELECT * FROM INFORMATION_SCHEMA.COLUMNS
> not to print the default length for non-ZEROFILL columns?
yes - consumer code may rely on parse outputs

and frankly i assumed that when i define a unsigned tinyit(2) in can
hold 0-99 and would reject -1 oder 100 in strict-mode with an error

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to