IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38212 for trunk/ippMonitor


Ignore:
Timestamp:
Apr 28, 2015, 3:14:56 PM (11 years ago)
Author:
eugene
Message:

set ignore for config.dat and czarconfig.xml

Location:
trunk/ippMonitor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor

    • Property svn:ignore
      •  

        old new  
        11src
        22Makefile
         3config.dat
  • trunk/ippMonitor/czartool/czarDbSchema.sql

    r34930 r38212  
    33-- Host: ippdb01    Database: czardb
    44-- ------------------------------------------------------
    5 -- Server version       5.0.77-log
     5-- Server version       5.0.77-log
    66
    77/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
     
    459459/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
    460460
     461CREATE TABLE `fullforce` (
     462  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
     463  `label` varchar(128) default 'NONE',
     464  `pending` bigint(20) NOT NULL,
     465  `faults` bigint(20) NOT NULL,
     466  `processed` bigint(20) NOT NULL default '0',
     467  KEY `ffIndex` (`timestamp`,`label`)
     468) ENGINE=InnoDB DEFAULT CHARSET=latin1;
     469SET character_set_client = @saved_cs_client;
     470
    461471/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
    462472/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  • trunk/ippMonitor/czartool/czartool

    • Property svn:ignore set to
      czarconfig.xml
Note: See TracChangeset for help on using the changeset viewer.