List:Commits« Previous MessageNext Message »
From:stewart Date:October 11 2007 8:45am
Subject:[patch 8/8] WL4081 Futz with mtr ndb config to enable compressed lcp, backup and O_DIRECT
View as plain text  
Index: telco/mysql-test/ndb/ndb_config_2_node.ini
===================================================================
--- telco.orig/mysql-test/ndb/ndb_config_2_node.ini	2007-10-03 17:16:20.142501456 +1000
+++ telco/mysql-test/ndb/ndb_config_2_node.ini	2007-10-11 15:47:52.032784820 +1000
@@ -15,7 +15,9 @@ NoOfFragmentLogFiles= 4
 FragmentLogFileSize=12M
 DiskPageBufferMemory= CHOOSE_DiskPageBufferMemory
 # O_DIRECT has issues on 2.4 whach have not been handled, Bug #29612
-#ODirect= 1
+ODirect= 1
+CompressedLCP= 1
+CompressedBackup= 1
 # the following parametes just function as a small regression
 # test that the parameter exists
 InitialNoOfOpenFiles= 27

--
Stewart Smith
Thread
[patch 0/8] WL4081 NDB Compressed LCP and Backupstewart11 Oct
  • [patch 4/8] WL4081: read compressed backup filesstewart11 Oct
  • [patch 3/8] WL4081: Add compressed file support to AsyncFile (azio) and support compressed backups.stewart11 Oct
  • [patch 1/8] WL4081: Copy azio for NDBstewart11 Oct
  • [patch 6/8] WL4081: Add support to AsyncFile for reading zlib compressed files.stewart11 Oct
  • [patch 5/8] WL4081: add support for *storing* compressed LCPstewart11 Oct
  • [patch 8/8] WL4081 Futz with mtr ndb config to enable compressed lcp, backup and O_DIRECTstewart11 Oct
  • [patch 7/8] WL4081 Allow use of direct IO (O_DIRECT) with aziostewart11 Oct
  • [patch 2/8] WL4081: Make azio build for NDBstewart11 Oct
  • Re: [patch 0/8] WL4081 NDB Compressed LCP and BackupStewart Smith11 Oct