[MDEV-13750] Document recent changes to information_schema.COLUMNS table Created: 2017-09-06 Updated: 2020-08-25 Resolved: 2017-09-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation | ||
| Issue Links: |
|
||||||||
| Description |
|
As part of https://mariadb.com/kb/en/the-mariadb-library/information-schema-columns-table/ We can determine some of the changes by reading the comments of
This gives much different results between 10.1 and 10.2. 10.1.26:
10.2.7:
|
| Comments |
| Comment by Ian Gilfillan [ 2017-09-07 ] |
|
Documented on that page, as well as the release notes |
| Comment by Sergei Golubchik [ 2017-09-07 ] |
|
greenman, please add also column_default IS NULL to the select list of the query. To show the difference between "default is NULL" and "no default value". The command line client shows "NULL" in both cases, but in the first case it's a literal string "NULL", while in the second case it's a NULL value. |
| Comment by Ian Gilfillan [ 2017-09-08 ] |
|
Done, and expanded and simplified example |