Bug #33265 | Length on Table Name, Column Name, View Name, etc | ||
---|---|---|---|
Submitted: | 16 Dec 2007 0:52 | Modified: | 15 Mar 2008 12:25 |
Reporter: | Mike Willbanks | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.0.10 SE Beta | OS: | Windows (XP SP2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | column length, routine length, table length, view length |
[16 Dec 2007 0:52]
Mike Willbanks
[16 Dec 2007 3:36]
MySQL Verification Team
Thank you for the bug report.
[29 Jan 2008 23:11]
Johannes Taxacher
this rules also apply to identifiers in 5.0 and 5.1
[22 Feb 2008 19:21]
Maksym Yehorov
There were existing checks within validation module for names of tables, procedures, views. Added following checks for names of column, index, trigger.
[7 Mar 2008 17:52]
Johannes Taxacher
the MySQL-Validation Module "Integrity Validation" now checks lengths of column/table/view-names
[15 Mar 2008 12:25]
MC Brown
A note has been added to the 5.15 changelog: Identifiers (tables, column, index, triggers and other data types) could be created with names longer than the maximum support by MySQL Server.