while deleting more than 13000 rows from a database, I got

error -1 - unknown ndb error

The maximum count of rows that I could delete varied - it was +- 13000 rows. Could you please tell me, what configuration parameter should I look at?

Version: MySQL distrib mysql-5.1.47 ndb-7.1.5, for pc-linux-gnu (i686)

config.ini of ndb_mgm host:

 [ndbd default]
 NoOfReplicas=2    # Number of replicas (This must match the number of data nodes!!!)
 DataMemory=512M   # How much memory to allocate for data storage
 IndexMemory=256M   # How much memory to allocate for index storage
                   # For DataMemory and IndexMemory, we have used the
                   # default values. Since the "world" database takes up
                   # only about 500KB, this should be more than enough for
                   # this example Cluster setup.
 MaxNoOfAttributes=10000
 MaxNoOfOrderedIndexes=256
 StopOnError=0
 #MaxStartFailRetries=3
 #StartFailRetryDelay=60
link|improve this question

55% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.