From aba333aed31eb423f0ff894b2a9c371878ea6136 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 14 Sep 2010 17:21:38 +0000 Subject: [PATCH] add engine keyword git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7450 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/schema/samples/Sample.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/schema/samples/Sample.pm b/xCAT-server/lib/xcat/schema/samples/Sample.pm index 77804f164..c40f7b04b 100644 --- a/xCAT-server/lib/xcat/schema/samples/Sample.pm +++ b/xCAT-server/lib/xcat/schema/samples/Sample.pm @@ -40,6 +40,7 @@ package xCAT_schema::Sample; types => { jobid => 'INTEGER', }, + engine => 'InnoDB', table_desc => 'Stores jobs.', descriptions => { jobid => 'The job id.',