Index: /trunk/tools/czartool/CzarDb.pm
===================================================================
--- /trunk/tools/czartool/CzarDb.pm	(revision 31874)
+++ /trunk/tools/czartool/CzarDb.pm	(revision 31875)
@@ -1640,19 +1640,19 @@
 
     # same shape as other stage tables to enable easy update
-    my $query = $self->{_db}->prepare(<<SQL);
-    CREATE TABLE burntool (
-            timestamp TIMESTAMP DEFAULT NOW(),
-            label VARCHAR(128) DEFAULT "NONE", 
-            pending BIGINT NOT NULL,
-            processed BIGINT NOT NULL,
-            faults BIGINT NOT NULL);
-SQL
-
-        $query->execute;
-    $query = $self->{_db}->prepare(<<SQL);
-    CREATE INDEX burntoolIndex ON burntool (timestamp, label);
-SQL
-
-        $query->execute;
+    #my $query = $self->{_db}->prepare(<<SQL);
+    #CREATE TABLE burntool (
+    #        timestamp TIMESTAMP DEFAULT NOW(),
+    #        label VARCHAR(128) DEFAULT "NONE", 
+    #        pending BIGINT NOT NULL,
+    #        processed BIGINT NOT NULL,
+    #        faults BIGINT NOT NULL);
+#SQL
+
+#        $query->execute;
+#    $query = $self->{_db}->prepare(<<SQL);
+#    CREATE INDEX burntoolIndex ON burntool (timestamp, label);
+#SQL
+
+#        $query->execute;
 
     $self->setRevision(11);
