Browse Source

Bug #29612 Cluster ndbd can't write to file, linux kernel 2.4

- remove usage for now
pull/73/head
tomas@whalegate.ndb.mysql.com 19 years ago
parent
commit
dda462244d
  1. 3
      mysql-test/ndb/ndb_config_2_node.ini

3
mysql-test/ndb/ndb_config_2_node.ini

@ -13,7 +13,8 @@ TimeBetweenGlobalCheckpoints= 500
NoOfFragmentLogFiles= 4
FragmentLogFileSize=12M
DiskPageBufferMemory= CHOOSE_DiskPageBufferMemory
ODirect= 1
# O_DIRECT has issues on 2.4 whach have not been handled, Bug #29612
#ODirect= 1
# the following parametes just function as a small regression
# test that the parameter exists
InitialNoOfOpenFiles= 27

Loading…
Cancel
Save