mysql 的分区表数量的问题

在mysql5.5中关于分区表最大数量的描述如下:
Maximum number of partitions. The maximum possible number of partitions for a given table (that does not use the NDB storage engine) is 1024. This number includes subpartitions.

请教下大家有没有办法提高这个1024的值。

这个数量应该是修改不了的,如果要使用更大分区表数量的mysql数据库,可以使用更高版本的mysql,比如5.6.7有8192个分区表。

因为是现网上面的问题,换数据库版本变动太大了。