views:

351

answers:

1

Hi All,

when i am trying to create a table using NDB storage engine i am getting error "Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB"

how to change the size of this variable..i am not able to find where this variable is stored.

thanks in advance.

A: 

It's a configuration option set in MySQL's config.ini file.

Amber
Well, I did not get any such option in my Config.ini file.is there any other file which mysql read on startup.....
MySQL DBA
If it's anywhere, it should be in the [NDBD] section of the config. If it's not specified there, try adding it (change the number to whatever you wish):MaxNoOfOrderedIndexes=1024
Amber
Do i need to restart the ndb and mysql data nodes
MySQL DBA