On Thu, Oct 24, 2013 at 4:46 AM, Federico Razzoli <federico_raz@xxxxxxxx> 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.