[MDEV-6758] include SHOW COLUMNS - comment column (mysql bud 27661) Created: 2014-09-18 Updated: 2014-10-09 Resolved: 2014-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Trivial |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
include the comment column (maybe others columns?)
http://bugs.mysql.com/bug.php?id=27661&thanks=2¬ify=215 |
| Comments |
| Comment by Sergei Golubchik [ 2014-10-09 ] |
|
I don't think so. SHOW commands are like easy-to-use aliases for INFORMATION_SCHEMA tables — short to type and return less columns to fit nicely on the screen (with some historical exceptions). SHOW COLUMNS is good as it is, if we start adding more columns to it, it will be too wide and might start wrapping around in the terminal. Use INFORMATION_SCHEMA.COLUMNS to get column metadata that are not shown by SHOW COLUMNS. |
| Comment by roberto spadim [ 2014-10-09 ] |
|
nice =] just to have a position about mysql bug |