mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / default_ndbd.cnf
blob9a88a5936aaefd9980594487f69853af9f2d07ed
2 [cluster_config]
3 MaxNoOfSavedMessages=          1000
4 MaxNoOfConcurrentTransactions= 128
5 MaxNoOfConcurrentOperations=   10000
6 DataMemory=                    20M
7 IndexMemory=                   1M
8 Diskless=                      0
9 TimeBetweenWatchDogCheck=      30000
10 MaxNoOfOrderedIndexes=         32
11 MaxNoOfAttributes=             2048
12 TimeBetweenGlobalCheckpoints=  500
13 NoOfFragmentLogFiles=          4
14 FragmentLogFileSize=           12M
15 DiskPageBufferMemory=          4M
17 # O_DIRECT has issues on 2.4 whach have not been handled, Bug #29612
18 #ODirect= 1
19 # the following parametes just function as a small regression
20 # test that the parameter exists
21 InitialNoOfOpenFiles= 27
23 # Increase timeouts for slow test-machines
24 HeartbeatIntervalDbDb=         30000
25 HeartbeatIntervalDbApi=        30000
27 #TransactionDeadlockDetectionTimeout= 7500