Changeset 38212 for trunk/ippMonitor
- Timestamp:
- Apr 28, 2015, 3:14:56 PM (11 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
czartool/czarDbSchema.sql (modified) (2 diffs)
-
czartool/czartool (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor
- Property svn:ignore
-
old new 1 1 src 2 2 Makefile 3 config.dat
-
- Property svn:ignore
-
trunk/ippMonitor/czartool/czarDbSchema.sql
r34930 r38212 3 3 -- Host: ippdb01 Database: czardb 4 4 -- ------------------------------------------------------ 5 -- Server version 5.0.77-log5 -- Server version 5.0.77-log 6 6 7 7 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; … … 459 459 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; 460 460 461 CREATE 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; 469 SET character_set_client = @saved_cs_client; 470 461 471 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; 462 472 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -
trunk/ippMonitor/czartool/czartool
-
Property svn:ignore
set to
czarconfig.xml
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.
