Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.36, 10.2.14, 10.3.7
Description
As part of MDEV-6224, FRM_MAX_SIZE was increased to 512 KB. If a CREATE TABLE statement exceeds that, then the user sees an error message like the following:
Error Code: 1967. The definition for table `t` is too big
|
This limit is a bit low for some use cases. Especially for some Spider tables that have a lot of partitions, and which have long COMMENT strings that say on which server and which table each partition is located.
Attachments
Issue Links
- relates to
-
MDEV-6224 Incorrect information in file when *.frm is > 256K
- Closed