From 4922166ed1739d067719200f6542e09f4cc48c1f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Jul 2007 17:27:53 +0200 Subject: Bug #29612 Cluster ndbd can't write to file, linux kernel 2.4 - remove usage for now --- mysql-test/ndb/ndb_config_2_node.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/ndb/ndb_config_2_node.ini b/mysql-test/ndb/ndb_config_2_node.ini index 6bcb148d471..57e4d049ad6 100644 --- a/mysql-test/ndb/ndb_config_2_node.ini +++ b/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 -- cgit v1.2.1