Actions
Feature #12119
closedPartition table has limit 4096
Description
There is a request coming from Satellite 6 customer to increase the limit. Since this is a text field, it should be possible to unlimit this, so only SQL platform limits that (e.g. SQLite 100000 chars by default, PostgreSQL no limit).
Creating a patch with 20,000 as a default, let's discuss this.
Updated by Dominic Cleal about 9 years ago
- Is duplicate of Bug #3008: Partition table is truncated added
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Duplicate
#3008 fixed this in 1.8, and since 1.9 partition tables are templates with the same limits.
Updated by Lukas Zapletal about 9 years ago
Sorry what? I can see the limit right there, in develop branch.
Updated by Lukas Zapletal about 9 years ago
Hmm I still see it in schema.rb... That confused me. Okay.
Updated by Dominic Cleal about 9 years ago
Actions