You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/04/06 19:34:04 UTC

svn commit: r762430 - /incubator/vcl/trunk/mysql/vcl.sql

Author: arkurth
Date: Mon Apr  6 17:34:04 2009
New Revision: 762430

URL: http://svn.apache.org/viewvc?rev=762430&view=rev
Log:
VCL-122
Added 'failedtest' to list of possible values for log.ending.

Modified:
    incubator/vcl/trunk/mysql/vcl.sql

Modified: incubator/vcl/trunk/mysql/vcl.sql
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/vcl.sql?rev=762430&r1=762429&r2=762430&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/vcl.sql (original)
+++ incubator/vcl/trunk/mysql/vcl.sql Mon Apr  6 17:34:04 2009
@@ -480,7 +480,7 @@
   `initialend` datetime NOT NULL default '0000-00-00 00:00:00',
   `finalend` datetime NOT NULL default '0000-00-00 00:00:00',
   `wasavailable` tinyint(1) unsigned NOT NULL default '0',
-  `ending` enum('deleted','released','failed','noack','nologin','timeout','EOR','none') NOT NULL default 'none',
+  `ending` enum('deleted','released','failed','failedtest','noack','nologin','timeout','EOR','none') NOT NULL default 'none',
   `requestid` mediumint(8) unsigned default NULL,
   `computerid` smallint(5) unsigned default NULL,
   `remoteIP` varchar(15) default NULL,