[MDEV-14025] Bug with virtual field Created: 2017-10-07 Updated: 2017-11-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Virtual Columns |
| Affects Version/s: | 10.2.6, 10.2.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | BENLAGHA | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Attachments: |
|
| Description |
|
Bug if use select * from table and one of fields is virtual column. |
| Comments |
| Comment by Elena Stepanova [ 2017-10-07 ] | ||
|
Please copy-paste the whole error output from the error log, run and paste the output of
and attach your cnf file(s). | ||
| Comment by BENLAGHA [ 2017-10-07 ] | ||
|
CREATE TABLE `promotions` ( | ||
| Comment by BENLAGHA [ 2017-10-07 ] | ||
| Comment by Elena Stepanova [ 2017-10-07 ] | ||
|
Thanks. The request for your cnf/ini files still applies. | ||
| Comment by BENLAGHA [ 2017-10-09 ] | ||
|
i have send you my.ini file | ||
| Comment by Elena Stepanova [ 2017-10-11 ] | ||
|
Thank you. | ||
| Comment by BENLAGHA [ 2017-10-16 ] | ||
|
the problem is in this two versions. but is only i use with select * from table in DBGrid |