1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect information in file: .frm)

use frm_version, not mysql_version when parsing frm

In particular, virtual columns are stored according to
frm_version. And CHECK TABLE will overwrite mysql_version
to the current server version, so it cannot correctly
describe frm format.
This commit is contained in:
Sergei Golubchik
2018-12-13 23:12:14 +01:00
parent e765b47e41
commit fca44b7c1f
9 changed files with 32 additions and 1 deletions

Binary file not shown.