From 37722e2e567af0a624c481c29e3cc8c0ae50996e Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 17 May 2011 12:06:22 +0000 Subject: [PATCH] remove AUTO_REORG, we are doing manual reorg of tables git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9613 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/createdb.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index 99deb43b9..0d3c430bd 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -30,5 +30,4 @@ update db cfg for xcatdb using LOGPRIMARY 10; update db cfg for xcatdb using LOGSECOND 20; update db cfg for xcatdb using AUTO_RUNSTATS ON; update db cfg for xcatdb using AUTO_TBL_MAINT ON; -update db cfg for xcatdb using AUTO_REORG ON; update db cfg for xcatdb using AUTO_MAINT ON;