IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38261 for trunk/ippMonitor


Ignore:
Timestamp:
May 13, 2015, 10:18:30 AM (11 years ago)
Author:
bills
Message:

removed duplicate create table for fullforce
fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czarDbSchema.sql

    r38250 r38261  
    502502  KEY `fullforceIndex` (`timestamp`,`label`, `dbname`)
    503503) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    504 SET character_set_client = @ssaved_cs_client;
     504SET character_set_client = @saved_cs_client;
    505505--
    506506-- Table structure for table `chipbackground`
     
    521521SET character_set_client = @saved_cs_client;
    522522/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
    523 
    524 CREATE TABLE `fullforce` (
    525   `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
    526   `label` varchar(128) default 'NONE',
    527   `pending` bigint(20) NOT NULL,
    528   `faults` bigint(20) NOT NULL,
    529   `processed` bigint(20) NOT NULL default '0',
    530   KEY `ffIndex` (`timestamp`,`label`)
    531 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    532 SET character_set_client = @saved_cs_client;
    533523
    534524/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
Note: See TracChangeset for help on using the changeset viewer.