Bug #5210 ALTER TABLE fails on tables with many rows
Submitted: 25 Aug 2004 18:49 Modified: 10 Sep 2004 17:15
Reporter: Tomas Ulin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:4.1.3/4.1.4 OS:Any (any)
Assigned to: Tomas Ulin CPU Architecture:Any

[25 Aug 2004 18:49] Tomas Ulin
Description:
ALTER TABLE from e.g. myisam table to ndbcluster table fails if number of rows in table is larger than MaxNoOfConcurrentOperations in cluster config file

How to repeat:
run ALTER TABLE from e.g. myisam table to ndbcluster table on table with number of rows in table is larger than MaxNoOfConcurrentOperations in cluster config file
[26 Aug 2004 7:26] MySQL Verification Team
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.1.4-beta-debug-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> alter table post engine=ndbcluster;
ERROR 1297 (HY000): Got temporary error 1217 '1217' from ndbcluster
mysql>
[10 Sep 2004 17:15] Tomas Ulin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html