summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/vcol_autoinc.MYI
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columnsSergei Golubchik2017-07-051-0/+0
when opening 10.1- table that has virtual columns: 1. don't error out if it has vcols over autoinc columns. just issue a warning. 2. set vcol type properly 3. in innodb: use table->s->stored_fields instead of table->s->fields, because that's what was stored in innodb data dictionary