Bug #76007 | get_default_num_partitions() called when number of partitions are known | ||
---|---|---|---|
Submitted: | 23 Feb 2015 14:49 | Modified: | 11 Mar 2015 16:05 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S2 (Serious) |
Version: | 5.7.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[23 Feb 2015 14:49]
Magnus Blåudd
[11 Mar 2015 16:05]
Jon Stephens
Documented as follows in the 5.7.7 changelog: The MySQL Server unnecessarily requested the default number of partitions for a table whenever it opened a partitioned table. This was unnecessary since the server already has this information about the table to be opened. Now the server requests this information only when needed--that is, only if it is creating or altering a partitioned table. Closed.