mirror of https://github.com/MariaDB/server
Browse Source
corrupted table Accessing a table with corrupted column definition results in server crash. This is fixed by refusing to open such tables. Affects MyISAM only. No test case, since it requires crashed table. myisam/mi_open.c: Refuse to open MyISAM table with summary columns length bigger than length of the record.pull/374/head
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue