Hi. This page: https://mariadb.com/kb/en/load-index/ says "It is not supported for tables having user-defined partitioning (seeĀ http://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations.html)"; It sounds to me like a MySQL-only limitation, but I'm not sure. Is it correct? Federico
On Thu, Oct 24, 2013 at 4:46 AM, Federico Razzoli <federico_raz@yahoo.it> wrote:
Hi. This page: https://mariadb.com/kb/en/load-index/
says "It is not supported for tables having user-defined partitioning (see http://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations.html)";
It sounds to me like a MySQL-only limitation, but I'm not sure. Is it correct?
It was a MariaDB 5.1 and MySQL 5.1 limitation. AFAIK, the limitation was removed in MariaDB 5.5 and MySQL 5.5. See: http://dev.mysql.com/doc/refman/5.5/en/load-index.html There are still user-defined partitioning dangers with sql-mode (see http://dev.mysql.com/doc/refman/5.5/en/partitioning-limitations.html ). Can you update the page? Thanks. -- Daniel Bartholomew MariaDB
Yes, this limitation was removed - I've updated the docs. On 24/10/2013 17:08, Daniel Bartholomew wrote:
On Thu, Oct 24, 2013 at 4:46 AM, Federico Razzoli <federico_raz@yahoo.it> wrote:
Hi. This page: https://mariadb.com/kb/en/load-index/
says "It is not supported for tables having user-defined partitioning (see http://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations.html)";
It sounds to me like a MySQL-only limitation, but I'm not sure. Is it correct? It was a MariaDB 5.1 and MySQL 5.1 limitation. AFAIK, the limitation was removed in MariaDB 5.5 and MySQL 5.5. See: http://dev.mysql.com/doc/refman/5.5/en/load-index.html
There are still user-defined partitioning dangers with sql-mode (see http://dev.mysql.com/doc/refman/5.5/en/partitioning-limitations.html ).
Can you update the page?
Thanks.
participants (3)
-
Daniel Bartholomew
-
Federico Razzoli
-
Ian Gilfillan