[MDEV-2648] LP:930814 - Missing columns in information_schema.COLUMNS for tables with virtual columns Created: 2012-02-12 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | nbrnhardt (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Developing on Windows XP32 and MariaDB 5.3.3, I needed columns in 'information_schema.COLUMNS' from the table dbw2.s_kunden. But they are missing. Normally, when you query Funny enough, if you create a view named 'v_kunden' with If you create a clone table 's_kunden2' with the output of IF you issue an OS: Windows 32 Bit Hint: In table 's_kunden', columns 'online_rma' and 'aktiv' are both of type 'virtual'. If you remove these 2, the remaining columns show up in information_schema.COLUMNS. |
| Comments |
| Comment by nbrnhardt (Inactive) [ 2012-02-12 ] |
|
Re: Missing columns in information_schema.COLUMNS |
| Comment by nbrnhardt (Inactive) [ 2012-02-12 ] |
|
complete mysql and dbw2 databases |
| Comment by Elena Stepanova [ 2012-02-13 ] |
|
Re: Missing columns in information_schema.COLUMNS If a table has a VIRTUAL or PERSISTENT column, I_S.COLUMNS does not return any columns of this table.
--disable_warnings
|
| Comment by Rasmus Johansson (Inactive) [ 2012-04-03 ] |
|
Launchpad bug id: 930814 |