Created
April 2, 2015 06:27
-
-
Save elliotwoods/d2e039f1f59ba3ba023f to your computer and use it in GitHub Desktop.
link-dump.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE DATABASE IF NOT EXISTS `link` /*!40100 DEFAULT CHARACTER SET latin1 */; | |
USE `link`; | |
-- MySQL dump 10.13 Distrib 5.6.17, for Win32 (x86) | |
-- | |
-- Host: localhost Database: link | |
-- ------------------------------------------------------ | |
-- Server version 5.6.20 | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES utf8 */; | |
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; | |
/*!40103 SET TIME_ZONE='+00:00' */; | |
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; | |
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; | |
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; | |
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; | |
-- | |
-- Table structure for table `facetypes` | |
-- | |
DROP TABLE IF EXISTS `facetypes`; | |
/*!40101 SET @saved_cs_client = @@character_set_client */; | |
/*!40101 SET character_set_client = utf8 */; | |
CREATE TABLE `facetypes` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`Name` char(100) DEFAULT NULL, | |
`NameShort` char(6) DEFAULT NULL, | |
`Aspect` float NOT NULL DEFAULT '1', | |
PRIMARY KEY (`id`) | |
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; | |
/*!40101 SET character_set_client = @saved_cs_client */; | |
-- | |
-- Dumping data for table `facetypes` | |
-- | |
LOCK TABLES `facetypes` WRITE; | |
/*!40000 ALTER TABLE `facetypes` DISABLE KEYS */; | |
INSERT INTO `facetypes` VALUES (0,'Light animations','A',1),(1,'People\'s faces','B,C,D',1),(2,'People\'s faces','E port',0.85714),(3,'People\'s faces','E land',1.1666),(4,'Big graphics','F port',0.75),(5,'Big graphics','F land',1.33333),(6,'Big graphics','G port',0.8),(7,'Big graphics','G land',1.25),(8,'Big graphics','H port',0.666667),(9,'Big graphics','H land',1.5),(10,'Mask','Mask',1); | |
/*!40000 ALTER TABLE `facetypes` ENABLE KEYS */; | |
UNLOCK TABLES; | |
-- | |
-- Table structure for table `quads` | |
-- | |
DROP TABLE IF EXISTS `quads`; | |
/*!40101 SET @saved_cs_client = @@character_set_client */; | |
/*!40101 SET character_set_client = utf8 */; | |
CREATE TABLE `quads` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`iProjector` int(11) NOT NULL DEFAULT '0', | |
`iType` int(11) NOT NULL DEFAULT '0', | |
`corner0x` float NOT NULL DEFAULT '0', | |
`corner0y` float NOT NULL DEFAULT '0', | |
`corner1x` float NOT NULL DEFAULT '0', | |
`corner1y` float NOT NULL DEFAULT '0', | |
`corner2x` float NOT NULL DEFAULT '0', | |
`corner2y` float NOT NULL DEFAULT '0', | |
`corner3x` float NOT NULL DEFAULT '0', | |
`corner3y` float NOT NULL DEFAULT '0', | |
`zOrder` int(11) NOT NULL DEFAULT '0', | |
`Created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', | |
`Updated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, | |
PRIMARY KEY (`id`) | |
) ENGINE=InnoDB AUTO_INCREMENT=408 DEFAULT CHARSET=latin1; | |
/*!40101 SET character_set_client = @saved_cs_client */; | |
-- | |
-- Dumping data for table `quads` | |
-- | |
LOCK TABLES `quads` WRITE; | |
/*!40000 ALTER TABLE `quads` DISABLE KEYS */; | |
INSERT INTO `quads` VALUES (-10,1,0,0.296797,-0.124034,0.358027,-0.109904,0.345601,-0.0464334,0.286359,-0.0591781,0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(-9,0,10,-0.386281,0.559814,-0.345732,0.551887,-0.337813,0.592436,-0.380954,0.600656,9,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(-8,0,8,-0.505679,0.340812,-0.239216,0.344374,-0.252831,0.597941,-0.509252,0.596403,1136867767,'0000-00-00 00:00:00','2014-08-18 12:02:49'),(-5,3,4,-0.427706,0.204811,-0.389475,-0.131167,-0.194143,-0.0901685,-0.225771,0.217787,-1591799632,'0000-00-00 00:00:00','2014-08-18 12:13:33'),(-4,3,10,-0.275686,0.249235,-0.284066,0.0801181,-0.214827,0.0556089,-0.206482,0.22112,1879048192,'0000-00-00 00:00:00','2014-08-18 12:00:28'),(-1,3,0,-0.26083,0.201798,-0.260272,0.132795,-0.22613,0.13598,-0.224379,0.202288,8,'0000-00-00 00:00:00','2014-08-18 12:00:53'),(1,0,0,-0.82348,0.254935,-0.784415,0.254293,-0.785262,0.319321,-0.822689,0.317071,0,'0000-00-00 00:00:00','2014-08-14 06:21:47'),(2,0,0,-0.82126,0.897846,-0.778254,0.894526,-0.779468,0.954471,-0.82161,0.962197,0,'0000-00-00 00:00:00','2014-08-18 12:06:10'),(3,1,0,0.327691,0.194121,0.38341,0.244872,0.370089,0.305297,0.315904,0.256316,14106804,'0000-00-00 00:00:00','2014-08-15 03:47:48'),(5,0,0,-0.380954,0.600656,-0.337813,0.592436,-0.341363,0.657655,-0.382746,0.666018,13213872,'0000-00-00 00:00:00','2014-08-18 12:02:11'),(6,1,0,0.343426,0.144167,0.379291,0.174075,0.368681,0.222894,0.334101,0.193716,0,'0000-00-00 00:00:00','2014-08-18 12:30:06'),(7,0,0,0.0079907,0.150296,0.06412,0.147512,0.0572025,0.230125,0.00198768,0.230932,0,'0000-00-00 00:00:00','2014-08-18 11:31:40'),(9,0,0,0.101758,0.180711,0.138392,0.191012,0.13268,0.252541,0.0956419,0.24167,13972800,'0000-00-00 00:00:00','2014-08-18 11:32:58'),(10,1,0,0.359029,0.102344,0.395174,0.131344,0.379713,0.172441,0.34291,0.142809,0,'0000-00-00 00:00:00','2014-08-18 12:30:22'),(12,1,0,0.386901,0.463337,0.420081,0.504451,0.408903,0.552941,0.377088,0.508119,14231568,'0000-00-00 00:00:00','2014-08-18 12:16:26'),(15,0,0,-0.0893146,0.880592,-0.0274056,0.905606,-0.0339902,0.985218,-0.0961541,0.965035,75432180,'0000-00-00 00:00:00','2014-08-18 11:55:37'),(16,1,0,0.412922,0.42119,0.445405,0.462433,0.420081,0.504451,0.386901,0.463337,0,'0000-00-00 00:00:00','2014-08-18 12:16:12'),(18,0,0,-0.262386,0.891298,-0.228963,0.920127,-0.251702,0.958142,-0.28372,0.926921,0,'0000-00-00 00:00:00','2014-08-18 11:56:19'),(20,1,1,0.0886993,0.0387981,0.185708,0.100105,0.151998,0.218868,0.0542038,0.155535,1132348738,'0000-00-00 00:00:00','2014-08-15 04:01:14'),(21,1,1,0.0538026,0.158281,0.152234,0.222086,0.135316,0.324546,0.0403578,0.265193,1140275639,'0000-00-00 00:00:00','2014-08-15 04:01:19'),(25,1,0,0.265189,0.387385,0.300137,0.425215,0.290551,0.472377,0.257765,0.436038,0,'0000-00-00 00:00:00','2014-08-16 06:15:07'),(26,0,0,-0.820877,0.853975,-0.77977,0.845326,-0.778254,0.894526,-0.82126,0.897846,1136867767,'0000-00-00 00:00:00','2014-08-18 12:05:51'),(28,0,0,-0.672046,0.914395,-0.604498,0.892958,-0.59353,0.971545,-0.659412,0.99096,13865392,'0000-00-00 00:00:00','2014-08-18 12:05:24'),(30,0,0,-0.0784322,0.815049,-0.0172672,0.836273,-0.0274056,0.905606,-0.0893146,0.880592,0,'0000-00-00 00:00:00','2014-08-18 11:55:00'),(31,1,1,0.524788,0.15188,0.624128,0.20771,0.598619,0.309776,0.499937,0.251583,14246096,'0000-00-00 00:00:00','2014-08-18 12:37:07'),(32,1,1,0.557278,0.0356766,0.658239,0.0988311,0.629121,0.20694,0.531643,0.145982,0,'0000-00-00 00:00:00','2014-08-18 12:17:59'),(33,1,0,0.592747,-0.0608095,0.633773,-0.0352416,0.618548,0.0195176,0.580829,-0.00556821,0,'0000-00-00 00:00:00','2014-08-18 12:18:25'),(35,1,1,0.017115,0.488016,0.084296,0.493711,0.0737286,0.557043,0.00750545,0.549023,15053244,'0000-00-00 00:00:00','2014-08-16 06:42:39'),(36,0,0,0.352447,-0.132369,0.406102,-0.121215,0.397865,-0.0462459,0.34496,-0.0576098,0,'0000-00-00 00:00:00','2014-08-18 11:18:19'),(37,1,1,0.0172198,0.392304,0.0826606,0.400105,0.0832431,0.491519,0.0162784,0.484592,13109100,'0000-00-00 00:00:00','2014-08-16 06:42:36'),(38,0,0,0.569104,-0.111002,0.601374,-0.112708,0.593501,-0.0555714,0.562378,-0.0578347,1073741824,'0000-00-00 00:00:00','2014-08-18 11:14:47'),(39,1,0,0.223296,0.578887,0.259561,0.5565,0.249962,0.600832,0.213568,0.624178,1132348738,'0000-00-00 00:00:00','2014-08-16 06:15:11'),(40,1,0,0.20192,0.519684,0.222228,0.577528,0.212196,0.622168,0.192275,0.567246,1138833847,'0000-00-00 00:00:00','2014-08-16 06:15:12'),(41,0,0,0.715225,0.0368873,0.747944,0.041766,0.738579,0.0894161,0.704505,0.0876193,1136867767,'0000-00-00 00:00:00','2014-08-18 11:13:29'),(42,1,0,0.203567,0.519505,0.238966,0.496446,0.258543,0.553798,0.222715,0.576098,1132348738,'0000-00-00 00:00:00','2014-08-16 06:15:10'),(43,0,0,-0.0011246,0.0981338,0.0558612,0.0966798,0.0657552,0.152261,0.00721212,0.150637,1136867767,'0000-00-00 00:00:00','2014-08-18 11:32:08'),(44,2,7,0.214375,-0.398131,0.537426,-0.394096,0.534141,-0.0766744,0.221385,-0.0798468,8,'0000-00-00 00:00:00','2014-08-16 06:49:32'),(45,1,0,0.486446,0.586101,0.530856,0.593069,0.51734,0.640973,0.476089,0.634898,0,'0000-00-00 00:00:00','2014-08-18 12:15:50'),(46,1,0,0.481631,0.52629,0.524885,0.530842,0.530856,0.593069,0.486446,0.586101,1140275639,'0000-00-00 00:00:00','2014-08-18 12:15:40'),(47,0,1,-0.0226843,0.24387,0.0690992,0.246912,0.0578655,0.373626,-0.032699,0.367949,9,'0000-00-00 00:00:00','2014-08-18 11:31:17'),(48,2,9,0.542294,-0.360757,0.926213,-0.364975,0.918145,-0.000346086,0.543832,-0.000289966,269223838,'0000-00-00 00:00:00','2014-08-16 06:48:56'),(50,2,8,-0.084262,-0.415524,0.168541,-0.42299,0.186746,0.113961,-0.0592761,0.112092,-1610612736,'0000-00-00 00:00:00','2014-08-16 06:46:40'),(51,0,1,0.0835953,0.262425,0.17431,0.285706,0.162289,0.406931,0.0719289,0.386398,1136867767,'0000-00-00 00:00:00','2014-08-18 11:33:47'),(52,0,1,0.251198,-0.37539,0.334478,-0.362839,0.324243,-0.243713,0.243758,-0.255079,0,'0000-00-00 00:00:00','2014-08-15 07:00:48'),(53,2,6,-0.309755,-0.519459,-0.092925,-0.532108,-0.0732301,-0.0751503,-0.285694,-0.0667647,70479152,'0000-00-00 00:00:00','2014-08-17 03:08:54'),(54,0,1,0.445978,-0.209318,0.530408,-0.197568,0.516804,-0.0772825,0.433117,-0.0877857,13063344,'0000-00-00 00:00:00','2014-08-18 11:17:52'),(56,2,5,-0.0989311,-0.73365,0.143814,-0.713114,0.152376,-0.432772,-0.0856102,-0.465906,12675520,'0000-00-00 00:00:00','2014-08-16 06:44:48'),(57,1,1,0.619994,-0.293029,0.716429,-0.26243,0.6914,-0.155649,0.597412,-0.184134,0,'0000-00-00 00:00:00','2014-08-18 12:19:45'),(58,2,5,0.231784,-0.693309,0.493712,-0.691794,0.492752,-0.420271,0.236986,-0.422926,1346582347,'0000-00-00 00:00:00','2014-08-16 06:44:53'),(59,0,1,-0.210432,0.122032,-0.112898,0.120821,-0.117918,0.253296,-0.214147,0.251534,14163040,'0000-00-00 00:00:00','2014-08-18 11:27:18'),(61,1,0,0.30448,-0.202184,0.363926,-0.174248,0.352321,-0.107675,0.293936,-0.134964,13247888,'0000-00-00 00:00:00','2014-08-18 12:29:30'),(62,0,1,-0.45283,0.0211812,-0.368104,0.0319298,-0.372938,0.141593,-0.45579,0.133652,14467504,'0000-00-00 00:00:00','2014-08-18 11:25:27'),(63,2,5,-0.551747,-0.381458,-0.306893,-0.362332,-0.308158,-0.120405,-0.548209,-0.129863,8,'0000-00-00 00:00:00','2014-08-17 03:50:33'),(65,0,1,-0.635546,0.428707,-0.535506,0.418435,-0.538748,0.556013,-0.639177,0.56523,14425728,'0000-00-00 00:00:00','2014-08-18 12:03:54'),(66,1,0,0.227217,0.0298688,0.286281,0.069788,0.273043,0.134149,0.217034,0.0917841,0,'0000-00-00 00:00:00','2014-08-15 04:04:36'),(67,1,1,0.246009,-0.492203,0.32078,-0.45058,0.30706,-0.360721,0.232065,-0.401981,14362240,'0000-00-00 00:00:00','2014-08-18 12:27:33'),(68,0,2,-0.493716,0.144899,-0.373285,0.142574,-0.38004,0.325102,-0.498432,0.329875,13358096,'0000-00-00 00:00:00','2014-08-18 11:26:04'),(69,2,4,-0.295854,-0.905046,-0.109415,-0.928897,-0.0919029,-0.54507,-0.276278,-0.527691,70491504,'0000-00-00 00:00:00','2014-08-16 06:44:42'),(70,1,0,0.276197,-0.5686,0.326828,-0.52167,0.315536,-0.452623,0.262716,-0.498566,1136867767,'0000-00-00 00:00:00','2014-08-18 12:27:07'),(71,0,3,-0.359807,0.167859,-0.218959,0.163268,-0.227674,0.311931,-0.363929,0.318151,1136867767,'0000-00-00 00:00:00','2014-08-18 11:26:45'),(72,2,7,0.564091,-0.723603,0.894166,-0.715691,0.884746,-0.37635,0.561301,-0.396704,70516787,'0000-00-00 00:00:00','2014-08-16 06:45:05'),(73,1,1,0.371074,-0.736358,0.45935,-0.718885,0.441176,-0.611429,0.353088,-0.627454,1136867767,'0000-00-00 00:00:00','2014-08-18 12:25:54'),(74,0,3,-0.219064,0.273857,-0.0826684,0.276761,-0.0887725,0.428652,-0.219731,0.417846,0,'0000-00-00 00:00:00','2014-08-18 11:28:07'),(75,1,1,0.389304,-0.874503,0.479855,-0.838861,0.457968,-0.723172,0.371313,-0.754618,1132348738,'0000-00-00 00:00:00','2014-08-18 12:25:18'),(77,1,1,0.452915,-0.477589,0.535126,-0.402728,0.51283,-0.295592,0.431662,-0.366631,13131728,'0000-00-00 00:00:00','2014-08-18 12:38:39'),(78,0,3,-0.229748,0.451202,-0.0948446,0.447121,-0.101783,0.591433,-0.234507,0.597098,12835884,'0000-00-00 00:00:00','2014-08-18 11:28:52'),(79,2,5,-0.63614,-0.0937126,-0.393496,-0.112318,-0.388771,0.13482,-0.629495,0.156721,70385717,'0000-00-00 00:00:00','2014-08-16 06:47:12'),(80,1,1,0.421248,-0.354603,0.51073,-0.298476,0.48756,-0.195562,0.401695,-0.249484,13167056,'0000-00-00 00:00:00','2014-08-18 12:39:13'),(81,0,1,-0.402638,0.678116,-0.301822,0.677848,-0.311165,0.812869,-0.408345,0.816774,14343952,'0000-00-00 00:00:00','2014-08-18 11:57:18'),(82,1,1,0.555732,-0.827809,0.646452,-0.784848,0.623745,-0.674162,0.535222,-0.713307,1132348738,'0000-00-00 00:00:00','2014-08-18 12:23:48'),(83,2,5,-0.661253,0.160644,-0.417625,0.163095,-0.415642,0.406159,-0.656305,0.403494,9,'0000-00-00 00:00:00','2014-08-18 12:10:15'),(84,1,1,0.528341,-0.717374,0.613656,-0.659993,0.590811,-0.554161,0.509069,-0.612116,1123267308,'0000-00-00 00:00:00','2014-08-18 12:24:24'),(85,2,8,0.245114,-0.0571157,0.492692,-0.0573017,0.490256,0.454454,0.248654,0.452374,9,'0000-00-00 00:00:00','2014-08-16 06:49:20'),(86,1,1,0.395882,-0.958174,0.484847,-0.924905,0.479855,-0.838861,0.389304,-0.874503,1123267308,'0000-00-00 00:00:00','2014-08-18 12:24:55'),(87,1,1,0.5702,-0.913455,0.657277,-0.873134,0.646452,-0.784848,0.555732,-0.827809,0,'0000-00-00 00:00:00','2014-08-18 12:23:24'),(88,1,1,0.494294,-0.556697,0.575556,-0.483697,0.535126,-0.402728,0.452915,-0.477589,1132348738,'0000-00-00 00:00:00','2014-08-18 12:37:59'),(89,0,1,0.166951,-0.575615,0.253029,-0.570902,0.242107,-0.443064,0.157763,-0.446893,1132348738,'0000-00-00 00:00:00','2014-08-18 11:21:29'),(90,1,0,0.646949,-0.370696,0.682264,-0.340609,0.669249,-0.28481,0.634241,-0.316643,15118780,'0000-00-00 00:00:00','2014-08-18 12:20:07'),(92,0,1,0.455482,0.349241,0.530309,0.384188,0.518085,0.485124,0.445016,0.452149,1127455383,'0000-00-00 00:00:00','2014-08-18 11:40:09'),(93,1,0,0.663375,-0.398574,0.69815,-0.369648,0.682264,-0.340609,0.646949,-0.370696,0,'0000-00-00 00:00:00','2014-08-18 12:20:24'),(95,0,0,0.614831,0.460102,0.671089,0.472771,0.660823,0.546364,0.604279,0.533633,1136867767,'0000-00-00 00:00:00','2014-08-18 11:43:07'),(96,0,1,0.593569,0.539829,0.667069,0.572412,0.652304,0.665976,0.579177,0.634215,1136867767,'0000-00-00 00:00:00','2014-08-18 11:42:42'),(97,1,0,0.602052,-0.102487,0.641613,-0.0778359,0.633773,-0.0352416,0.592747,-0.0608095,-1609704623,'0000-00-00 00:00:00','2014-08-18 12:18:39'),(99,0,1,0.446275,0.469967,0.53665,0.492903,0.521398,0.612343,0.433541,0.589822,13540080,'0000-00-00 00:00:00','2014-08-18 11:40:58'),(100,1,0,0.314647,-0.272876,0.375479,-0.245229,0.363926,-0.174248,0.30448,-0.202184,0,'0000-00-00 00:00:00','2014-08-18 12:28:35'),(103,1,1,0.795811,-0.127793,0.873347,-0.0728385,0.849198,0.0156461,0.772228,-0.0396356,13369401,'0000-00-00 00:00:00','2014-08-18 12:18:52'),(104,1,0,0.818657,0.148315,0.88127,0.182522,0.864287,0.245565,0.801881,0.213318,15118780,'0000-00-00 00:00:00','2014-08-18 12:30:43'),(105,1,0,0.62243,0.389532,0.653152,0.363478,0.679237,0.412413,0.645616,0.437831,1138833847,'0000-00-00 00:00:00','2014-08-18 12:14:40'),(106,1,0,0.62243,0.389532,0.645616,0.437831,0.635184,0.488349,0.609588,0.438598,0,'0000-00-00 00:00:00','2014-08-18 12:15:09'),(108,1,0,0.285698,0.346335,0.32077,0.381029,0.300741,0.42194,0.266617,0.385374,15118780,'0000-00-00 00:00:00','2014-08-16 06:15:06'),(109,0,5,-0.156355,-0.673539,0.141503,-0.624099,0.109442,-0.327159,-0.181049,-0.371893,0,'0000-00-00 00:00:00','2014-08-18 12:40:22'),(110,0,2,0.137263,-0.437969,0.242392,-0.429639,0.22982,-0.254276,0.127122,-0.263174,13563600,'0000-00-00 00:00:00','2014-08-18 11:20:52'),(111,0,2,0.525627,-0.0555326,0.625087,-0.0455694,0.604065,0.116863,0.506053,0.108418,92107196,'0000-00-00 00:00:00','2014-08-18 11:15:55'),(112,0,0,0.358835,-0.0406584,0.409407,-0.0453101,0.400542,0.0284146,0.35006,0.0331621,122819568,'0000-00-00 00:00:00','2014-08-18 11:18:44'),(113,1,0,0.645616,0.437831,0.679237,0.412413,0.667095,0.462255,0.635184,0.488349,1136867767,'0000-00-00 00:00:00','2014-08-18 12:15:02'),(114,0,2,0.256631,0.165348,0.363189,0.16357,0.344357,0.332347,0.240115,0.332723,1136867767,'0000-00-00 00:00:00','2014-08-18 11:34:51'),(115,1,0,0.827425,0.0714757,0.890337,0.104842,0.88127,0.182522,0.818657,0.148315,1138833847,'0000-00-00 00:00:00','2014-08-18 12:30:40'),(116,1,0,0.856501,-0.170677,0.8899,-0.126908,0.874902,-0.0751353,0.844241,-0.115774,0,'0000-00-00 00:00:00','2014-08-18 12:19:02'),(117,0,2,-0.656239,0.588932,-0.536222,0.596014,-0.542853,0.777443,-0.659943,0.765122,123851784,'0000-00-00 00:00:00','2014-08-18 12:04:50'),(118,1,0,0.881172,-0.19583,0.914201,-0.154594,0.8899,-0.126908,0.857369,-0.169102,14231568,'0000-00-00 00:00:00','2014-08-18 12:19:09'),(119,1,0,0.75153,0.368481,0.791041,0.402995,0.774118,0.448926,0.737315,0.414392,0,'0000-00-00 00:00:00','2014-08-18 12:14:18'),(120,1,0,0.765515,0.325066,0.804621,0.357581,0.791041,0.402995,0.75153,0.368481,1132348738,'0000-00-00 00:00:00','2014-08-18 12:14:10'),(121,1,0,0.689644,0.618114,0.730959,0.649723,0.716972,0.696293,0.67499,0.664813,0,'0000-00-00 00:00:00','2014-08-18 12:13:42'),(122,1,0,0.701456,0.564198,0.743709,0.595528,0.730959,0.649723,0.689644,0.618114,0,'0000-00-00 00:00:00','2014-08-18 12:13:25'),(123,1,0,0.812494,0.496482,0.847263,0.540797,0.832206,0.588103,0.79697,0.543741,0,'0000-00-00 00:00:00','2014-08-18 12:13:05'),(124,1,0,0.835123,0.459662,0.870687,0.503923,0.847263,0.540797,0.812494,0.496482,1116509818,'0000-00-00 00:00:00','2014-08-18 12:12:39'),(125,1,0,0.249959,-0.0385679,0.307735,-0.000180224,0.285836,0.0682144,0.229066,0.0273356,1132348738,'0000-00-00 00:00:00','2014-08-18 12:29:57'),(126,2,7,-0.372943,-0.0456281,-0.0689171,-0.0514853,-0.0606442,0.260556,-0.356844,0.261782,122906992,'0000-00-00 00:00:00','2014-08-16 06:49:14'),(127,1,0,0.430604,-0.116971,0.467419,-0.109392,0.457207,-0.0650335,0.420685,-0.0725281,1116509818,'0000-00-00 00:00:00','2014-08-16 06:14:15'),(128,1,0,0.430144,-0.16533,0.466191,-0.157007,0.468213,-0.113675,0.432808,-0.118253,-1610612736,'0000-00-00 00:00:00','2014-08-16 06:14:13'),(129,2,6,-0.738576,0.459244,-0.529484,0.429311,-0.50465,0.833974,-0.707319,0.864924,123824592,'0000-00-00 00:00:00','2014-08-19 12:49:54'),(130,1,0,0.304973,-0.619255,0.355386,-0.57411,0.326828,-0.52167,0.276197,-0.5686,13660032,'0000-00-00 00:00:00','2014-08-18 12:26:14'),(131,2,2,-0.507372,0.424052,-0.403909,0.407689,-0.395296,0.577724,-0.498642,0.596671,1073741824,'0000-00-00 00:00:00','2014-08-16 06:50:25'),(132,1,1,0.726347,-0.733405,0.771002,-0.684234,0.757903,-0.616181,0.71109,-0.661513,15204796,'0000-00-00 00:00:00','2014-08-18 12:22:15'),(133,1,1,0.755303,-0.7728,0.803072,-0.726934,0.771002,-0.684234,0.726347,-0.733405,1136867767,'0000-00-00 00:00:00','2014-08-18 12:22:39'),(134,1,1,0.684952,-0.653388,0.763379,-0.582634,0.739438,-0.480168,0.665232,-0.548258,1136867767,'0000-00-00 00:00:00','2014-08-18 12:21:45'),(135,2,9,-0.406181,0.291615,-0.0555408,0.278508,-0.0416648,0.610451,-0.389376,0.619924,0,'0000-00-00 00:00:00','2014-08-16 06:49:10'),(136,1,1,0.6672,-0.545599,0.739161,-0.47199,0.715162,-0.374774,0.645995,-0.452163,15204596,'0000-00-00 00:00:00','2014-08-18 12:21:50'),(137,1,1,0.894122,-0.582498,0.947511,-0.529833,0.927678,-0.462069,0.876725,-0.511982,15204796,'0000-00-00 00:00:00','2014-08-18 12:09:10'),(138,2,8,-0.0340744,0.155146,0.210989,0.139446,0.230728,0.639597,-0.00695332,0.648873,123025152,'0000-00-00 00:00:00','2014-08-16 06:51:11'),(139,1,1,0.846457,-0.51685,0.929637,-0.440042,0.900663,-0.337496,0.820851,-0.413295,1132348738,'0000-00-00 00:00:00','2014-08-18 12:09:30'),(140,2,9,0.515699,0.00284054,0.89305,0.0441952,0.886588,0.396422,0.517292,0.345538,1886788509,'0000-00-00 00:00:00','2014-08-16 06:49:02'),(141,1,2,0.805894,-0.41219,0.905554,-0.320722,0.865691,-0.180359,0.771296,-0.27174,1136867767,'0000-00-00 00:00:00','2014-08-18 12:10:00'),(142,1,0,0.172281,-0.254815,0.233118,-0.231619,0.222179,-0.160767,0.162105,-0.18519,90339184,'0000-00-00 00:00:00','2014-08-15 04:02:38'),(143,2,5,0.59586,0.591918,0.871558,0.619488,0.868327,0.880831,0.600882,0.852109,1136867767,'0000-00-00 00:00:00','2014-08-16 06:49:39'),(144,1,0,0.162018,-0.182467,0.222604,-0.156398,0.212683,-0.0936924,0.152345,-0.117298,1136867767,'0000-00-00 00:00:00','2014-08-15 04:02:09'),(145,1,0,0.145577,-0.114979,0.221928,-0.0771243,0.209727,0.00596076,0.132848,-0.0294454,-1610612736,'0000-00-00 00:00:00','2014-08-15 04:01:53'),(146,1,1,0.225715,-0.393785,0.314222,-0.332175,0.29525,-0.229386,0.209968,-0.290118,-1610612736,'0000-00-00 00:00:00','2014-08-18 12:27:58'),(147,2,1,0.477102,0.864885,0.553734,0.847734,0.556858,0.963856,0.480067,0.981719,1132348738,'0000-00-00 00:00:00','2014-08-16 06:52:12'),(149,0,4,-0.0629777,-0.308421,0.108377,-0.292527,0.0810595,0.0213747,-0.0902951,0.00945431,5645370,'0000-00-00 00:00:00','2014-08-16 06:35:36'),(150,0,5,0.123341,-0.226049,0.352671,-0.215063,0.33249,0.0182816,0.108228,0.00956262,1136867767,'0000-00-00 00:00:00','2014-08-18 11:38:11'),(151,2,2,0.299009,0.745837,0.415167,0.759732,0.418397,0.946104,0.301474,0.932412,1136867767,'0000-00-00 00:00:00','2014-08-18 12:09:56'),(152,0,2,0.420323,-0.0697283,0.519299,-0.0711143,0.502073,0.0946598,0.405523,0.0935572,1136867767,'0000-00-00 00:00:00','2014-08-18 11:17:19'),(153,2,2,-0.16518,0.804735,-0.051366,0.763522,-0.0413892,0.946112,-0.15594,0.988782,-1334415896,'0000-00-00 00:00:00','2014-08-16 06:50:04'),(154,2,1,0.170468,0.796599,0.26852,0.794172,0.270037,0.925987,0.172995,0.930031,537710963,'0000-00-00 00:00:00','2014-08-15 03:52:16'),(155,0,0,0.360758,0.312316,0.393585,0.330695,0.387884,0.388507,0.354212,0.36808,8,'0000-00-00 00:00:00','2014-08-18 11:39:25'),(158,0,0,0.371433,0.280628,0.405183,0.301202,0.393585,0.330695,0.360758,0.312316,1074580012,'0000-00-00 00:00:00','2014-08-18 11:38:58'),(161,2,0,0.215686,0.722627,0.245946,0.710869,0.247676,0.770351,0.215686,0.783494,1136867767,'0000-00-00 00:00:00','2014-08-15 03:52:04'),(162,2,0,0.116803,0.892546,0.153449,0.884246,0.15398,0.940323,0.118267,0.948889,1136867767,'0000-00-00 00:00:00','2014-08-15 03:51:52'),(163,0,0,0.104178,0.148268,0.140915,0.158342,0.138773,0.192359,0.101982,0.181894,1138833847,'0000-00-00 00:00:00','2014-08-18 11:32:38'),(166,3,2,-0.0130362,-0.0425775,-0.029438,-0.245805,0.0748071,-0.218445,0.0917047,-0.0278941,1153289838,'0000-00-00 00:00:00','2014-08-18 11:55:12'),(167,0,0,0.609262,0.400108,0.664887,0.412173,0.671089,0.472771,0.614831,0.460102,14106804,'0000-00-00 00:00:00','2014-08-18 11:50:03'),(168,3,1,0.0117397,-0.315258,-0.026169,-0.445586,0.0440468,-0.423257,0.0821522,-0.294539,1132348738,'0000-00-00 00:00:00','2014-08-18 11:56:52'),(169,0,1,0.0365269,0.808919,0.129696,0.844101,0.111399,0.956754,0.0155562,0.91619,1138833847,'0000-00-00 00:00:00','2014-08-18 11:54:16'),(171,0,1,0.334952,0.750514,0.447513,0.785935,0.444267,0.917446,0.328342,0.88024,1136867767,'0000-00-00 00:00:00','2014-08-18 11:53:09'),(172,3,0,0.254362,-0.384728,0.25039,-0.448485,0.28241,-0.434734,0.28611,-0.37137,123895200,'0000-00-00 00:00:00','2014-08-18 12:08:09'),(173,0,0,0.187449,0.895374,0.223182,0.888744,0.233104,0.934089,0.196585,0.940184,12592016,'0000-00-00 00:00:00','2014-08-18 11:53:57'),(175,3,1,0.242923,-0.674061,0.249172,-0.808391,0.302457,-0.780618,0.296124,-0.649371,125497788,'0000-00-00 00:00:00','2014-08-18 12:08:25'),(176,0,5,-0.0610733,0.426582,0.18798,0.459511,0.163953,0.692482,-0.0765684,0.662356,90439408,'0000-00-00 00:00:00','2014-08-18 11:30:18'),(177,3,1,0.17931,-0.664839,0.184454,-0.799689,0.249172,-0.808391,0.242923,-0.674061,125694396,'0000-00-00 00:00:00','2014-08-18 12:08:34'),(178,0,4,0.227373,0.366815,0.405179,0.40243,0.370988,0.703744,0.197906,0.663673,1136867767,'0000-00-00 00:00:00','2014-08-18 12:07:54'),(179,3,1,0.492624,-0.53967,0.488503,-0.683165,0.538297,-0.661187,0.544336,-0.519611,1136867767,'0000-00-00 00:00:00','2014-08-18 11:39:16'),(180,0,2,0.423189,0.605796,0.53217,0.639519,0.510913,0.800633,0.40497,0.767098,14464356,'0000-00-00 00:00:00','2014-08-18 11:52:05'),(181,3,1,0.41761,-0.522416,0.412871,-0.660166,0.488503,-0.683165,0.492624,-0.53967,150942140,'0000-00-00 00:00:00','2014-08-18 11:39:32'),(182,0,0,0.563008,0.80996,0.599143,0.829226,0.591009,0.883404,0.554133,0.862868,0,'0000-00-00 00:00:00','2014-08-18 11:50:57'),(183,3,1,0.553594,-0.527374,0.542591,-0.661426,0.590855,-0.639771,0.604815,-0.505706,0,'0000-00-00 00:00:00','2014-08-18 11:38:51'),(184,0,0,0.568858,0.771233,0.605163,0.791677,0.599143,0.829226,0.563008,0.80996,0,'0000-00-00 00:00:00','2014-08-18 11:50:32'),(186,0,5,0.62632,0.0840108,0.84618,0.107361,0.809938,0.317154,0.596246,0.29634,7,'0000-00-00 00:00:00','2014-08-18 11:11:18'),(188,0,0,0.707721,-0.00128214,0.739784,0.00288793,0.749865,0.0424982,0.715138,0.0371266,13664752,'0000-00-00 00:00:00','2014-08-18 11:12:53'),(189,3,1,0.48633,-0.0730366,0.471445,-0.221634,0.52666,-0.206582,0.540411,-0.0614062,193188284,'0000-00-00 00:00:00','2014-08-15 04:18:04'),(190,3,1,0.795544,-0.137306,0.789244,-0.329914,0.846433,-0.302042,0.854942,-0.117602,0,'0000-00-00 00:00:00','2014-08-18 11:40:47'),(191,3,1,0.690412,-0.11943,0.685432,-0.314913,0.789244,-0.329914,0.795544,-0.137306,0,'0000-00-00 00:00:00','2014-08-18 11:40:42'),(193,3,1,0.410514,-0.0428524,0.397162,-0.187134,0.469046,-0.221243,0.484969,-0.072565,1138833847,'0000-00-00 00:00:00','2014-08-15 04:20:16'),(195,0,9,-0.442809,-0.356449,-0.0919183,-0.350484,-0.111222,-0.0305572,-0.453644,-0.033325,1132348738,'0000-00-00 00:00:00','2014-08-18 11:24:59'),(196,3,1,0.255665,0.0393294,0.24663,-0.136694,0.316727,-0.119447,0.325583,0.0511848,0,'0000-00-00 00:00:00','2014-08-18 11:55:23'),(197,0,1,-0.770137,0.487545,-0.685913,0.486984,-0.688467,0.596555,-0.768929,0.595975,1136867767,'0000-00-00 00:00:00','2014-08-16 06:38:59'),(198,3,1,0.174867,0.0637314,0.167701,-0.108884,0.24663,-0.136694,0.255665,0.0393294,197439932,'0000-00-00 00:00:00','2014-08-18 11:55:16'),(199,0,1,-0.774277,0.620978,-0.674272,0.610655,-0.677499,0.737971,-0.775352,0.750014,90487120,'0000-00-00 00:00:00','2014-08-14 07:45:24'),(209,0,0,0.707508,-0.00112349,0.716002,0.0340158,0.705274,0.0890967,0.698062,0.0523743,1140275639,'0000-00-00 00:00:00','2014-08-18 11:13:53'),(210,3,2,-0.154951,0.532753,-0.179518,0.335241,-0.0768528,0.342402,-0.0512826,0.533199,124327480,'0000-00-00 00:00:00','2014-08-16 06:55:42'),(211,0,0,0.774123,0.534202,0.830565,0.567332,0.817932,0.638934,0.7618,0.607333,228053436,'0000-00-00 00:00:00','2014-08-18 11:44:28'),(212,0,0,0.784288,0.483271,0.839718,0.514588,0.830565,0.567332,0.774123,0.534202,90577024,'0000-00-00 00:00:00','2014-08-18 11:43:41'),(213,3,1,-0.0215951,0.429436,-0.0229457,0.25305,0.0506039,0.2415,0.0509314,0.421399,13213872,'0000-00-00 00:00:00','2014-08-18 11:54:31'),(214,0,0,0.862936,0.722059,0.896288,0.751929,0.905935,0.69913,0.87258,0.668069,0,'0000-00-00 00:00:00','2014-08-18 11:48:48'),(215,0,0,0.887264,0.641017,0.920878,0.6702,0.905935,0.69913,0.87258,0.668069,1138833847,'0000-00-00 00:00:00','2014-08-18 11:49:11'),(217,0,1,0.85322,0.7283,0.944612,0.780074,0.92844,0.897351,0.838489,0.844897,0,'0000-00-00 00:00:00','2014-08-18 11:47:50'),(218,3,1,-0.121714,0.226376,-0.117736,0.0603826,-0.0440499,0.0662874,-0.0509025,0.226924,1138833847,'0000-00-00 00:00:00','2014-08-18 12:00:35'),(219,0,1,0.738611,0.619334,0.827599,0.658822,0.808094,0.772379,0.721004,0.732019,13134752,'0000-00-00 00:00:00','2014-08-18 11:45:53'),(220,2,0,-0.150233,0.736651,-0.116448,0.718348,-0.114852,0.774107,-0.147839,0.79241,13333376,'0000-00-00 00:00:00','2014-08-15 03:51:26'),(221,3,1,-0.109337,-0.117423,-0.115285,-0.180544,-0.0780523,-0.176561,-0.0724971,-0.111966,0,'0000-00-00 00:00:00','2014-08-18 11:56:41'),(222,0,3,0.69953,0.731098,0.82397,0.801839,0.80192,0.932218,0.67785,0.859831,1052051669,'0000-00-00 00:00:00','2014-08-18 11:47:01'),(223,3,1,0.31254,-0.332493,0.292828,-0.463844,0.345908,-0.44444,0.368698,-0.313201,12988992,'0000-00-00 00:00:00','2014-08-18 11:56:10'),(224,3,1,0.374237,-0.297446,0.360426,-0.4292,0.409529,-0.411197,0.42385,-0.280261,1136867767,'0000-00-00 00:00:00','2014-08-18 11:55:37'),(225,3,1,0.550305,-0.0563846,0.544167,-0.21023,0.59378,-0.190865,0.598896,-0.0484722,268435456,'0000-00-00 00:00:00','2014-08-18 12:09:10'),(226,3,1,0.488418,0.320582,0.464122,0.142387,0.525881,0.15282,0.552477,0.327129,13213872,'0000-00-00 00:00:00','2014-08-18 11:51:19'),(227,3,1,0.412422,0.316627,0.394649,0.16237,0.450399,0.170554,0.466766,0.317038,1611488898,'0000-00-00 00:00:00','2014-08-18 11:51:26'),(228,3,0,0.326357,0.295776,0.331635,0.217695,0.369134,0.222622,0.362382,0.296962,9,'0000-00-00 00:00:00','2014-08-18 11:52:12'),(229,3,1,0.407209,0.658142,0.373143,0.482323,0.44084,0.482926,0.476286,0.65726,537739988,'0000-00-00 00:00:00','2014-08-18 11:51:00'),(230,3,0,0.333755,0.63695,0.325866,0.566386,0.358853,0.566387,0.367458,0.634655,14036560,'0000-00-00 00:00:00','2014-08-18 11:52:26'),(231,3,1,0.146439,0.410069,0.1316,0.246834,0.194887,0.249565,0.211211,0.414818,806183118,'0000-00-00 00:00:00','2014-08-18 11:53:41'),(232,3,1,0.0509314,0.421399,0.0506039,0.2415,0.125258,0.250137,0.127039,0.421525,12936880,'0000-00-00 00:00:00','2014-08-18 11:54:29'),(233,3,1,0.144599,0.829981,0.11548,0.650203,0.186861,0.651459,0.218525,0.82747,806195110,'0000-00-00 00:00:00','2014-08-18 11:52:59'),(234,3,0,0.0627156,0.800256,0.0528493,0.730231,0.0903669,0.730078,0.100333,0.797816,8,'0000-00-00 00:00:00','2014-08-18 11:53:17'),(235,3,2,0.241139,0.87893,0.212176,0.662623,0.306075,0.659161,0.336398,0.869326,0,'0000-00-00 00:00:00','2014-08-18 11:52:44'),(236,3,1,0.723109,0.623314,0.69894,0.461275,0.748197,0.463864,0.773074,0.626478,13972800,'0000-00-00 00:00:00','2014-08-18 11:42:15'),(237,3,0,0.675401,0.573307,0.660397,0.495382,0.688029,0.497261,0.702701,0.571404,-1072871813,'0000-00-00 00:00:00','2014-08-18 11:47:53'),(238,3,1,-0.525583,0.0982779,-0.517084,-0.0762244,-0.433029,-0.0599793,-0.442249,0.107638,1136867767,'0000-00-00 00:00:00','2014-08-18 12:01:42'),(240,3,0,-0.201321,0.493244,-0.211455,0.436219,-0.178006,0.437703,-0.167126,0.49739,9,'0000-00-00 00:00:00','2014-08-15 05:49:50'),(241,3,0,-0.178889,0.761042,-0.184859,0.696929,-0.15084,0.69759,-0.14547,0.760382,1136867767,'0000-00-00 00:00:00','2014-08-15 05:48:51'),(242,3,2,-0.113798,0.876272,-0.141063,0.671371,-0.0382,0.672033,-0.00639097,0.871646,1138833847,'0000-00-00 00:00:00','2014-08-16 06:55:40'),(243,3,2,-0.0934562,-0.777809,-0.0774682,-0.959433,0.0160615,-0.912108,0.00247189,-0.734321,10,'0000-00-00 00:00:00','2014-08-18 12:07:52'),(244,3,5,-0.277314,-0.345509,-0.294101,-0.753523,-0.156604,-0.694687,-0.134101,-0.298035,7,'0000-00-00 00:00:00','2014-08-18 12:07:10'),(245,3,1,-0.392778,-0.387478,-0.409066,-0.521374,-0.333122,-0.496033,-0.312936,-0.359017,0,'0000-00-00 00:00:00','2014-08-18 12:03:23'),(246,1,1,0.171161,-0.878555,0.297962,-0.846127,0.279773,-0.718911,0.154012,-0.752171,-1072876988,'0000-00-00 00:00:00','2014-08-15 05:01:32'),(247,3,1,-0.454899,-0.305485,-0.392778,-0.387478,-0.312936,-0.359017,-0.379455,-0.283981,12840192,'0000-00-00 00:00:00','2014-08-18 12:03:19'),(248,1,1,0.0485185,-0.91514,0.15817,-0.894353,0.138422,-0.742192,0.0313693,-0.763811,13316928,'0000-00-00 00:00:00','2014-08-15 05:02:11'),(249,1,0,0.136341,-0.548211,0.188012,-0.517461,0.17856,-0.450414,0.127204,-0.483181,14203520,'0000-00-00 00:00:00','2014-08-15 05:04:28'),(250,3,0,-0.460554,-0.441171,-0.466889,-0.531929,-0.417477,-0.516901,-0.40892,-0.425947,268435456,'0000-00-00 00:00:00','2014-08-18 12:03:53'),(251,1,1,0.107669,-0.476627,0.194629,-0.429745,0.178875,-0.333459,0.0931765,-0.377821,130855356,'0000-00-00 00:00:00','2014-08-15 05:03:28'),(252,1,0,0.156821,-0.606184,0.208177,-0.574929,0.188957,-0.518973,0.135711,-0.550228,8,'0000-00-00 00:00:00','2014-08-15 05:04:24'),(253,3,2,-0.421416,-0.566782,-0.398455,-0.760772,-0.291727,-0.716154,-0.313313,-0.526891,260648064,'0000-00-00 00:00:00','2014-08-18 12:06:54'),(254,1,0,0.0683474,-0.990008,0.102495,-0.995672,0.0968734,-0.945032,0.0629338,-0.940368,13839872,'0000-00-00 00:00:00','2014-08-15 05:05:22'),(255,3,0,-0.141616,-0.602376,-0.128113,-0.657289,-0.0949174,-0.645587,-0.109209,-0.591936,8,'0000-00-00 00:00:00','2014-08-18 12:07:02'),(256,1,0,-0.151389,0.794802,-0.11287,0.825451,-0.132234,0.884084,-0.170546,0.852769,9,'0000-00-00 00:00:00','2014-08-15 05:07:49'),(257,1,0,-0.171239,0.854769,-0.132511,0.887083,-0.136051,0.934054,-0.176653,0.900741,1343061747,'0000-00-00 00:00:00','2014-08-15 05:07:33'),(259,1,1,-0.180887,0.352386,-0.118214,0.328398,-0.124252,0.390031,-0.186092,0.413684,0,'0000-00-00 00:00:00','2014-08-16 06:42:43'),(260,1,1,-0.201708,0.263102,-0.138619,0.239783,-0.118631,0.3264,-0.180887,0.348721,8,'0000-00-00 00:00:00','2014-08-16 06:42:41'),(262,1,0,-0.0393005,0.234785,-0.00307101,0.216796,0.0137945,0.265768,-0.0230597,0.284424,1342978361,'0000-00-00 00:00:00','2014-08-15 05:10:09'),(263,3,0,-0.145462,-0.824515,-0.136006,-0.883048,-0.104627,-0.866893,-0.114299,-0.810385,-1087036929,'0000-00-00 00:00:00','2014-08-18 12:07:49'),(264,1,0,-0.0225045,0.287533,0.0143249,0.270209,0.00805962,0.318251,-0.0260442,0.336838,1132348738,'0000-00-00 00:00:00','2014-08-15 05:11:07'),(265,1,0,-0.0993938,0.145121,-0.0376124,0.176094,-0.0433786,0.241005,-0.104748,0.208714,0,'0000-00-00 00:00:00','2014-08-15 05:11:48'),(266,1,0,-0.0866735,0.0659977,-0.0483774,0.089346,-0.0529081,0.139461,-0.0907956,0.117377,1136867767,'0000-00-00 00:00:00','2014-08-18 12:15:15'),(267,3,1,-0.541646,0.63153,-0.555151,0.469959,-0.471965,0.472726,-0.458714,0.629644,260575232,'0000-00-00 00:00:00','2014-08-18 12:02:03'),(268,1,0,-0.0734317,0.0217202,-0.0353505,0.0434071,-0.0483774,0.089346,-0.0866735,0.0659977,12830288,'0000-00-00 00:00:00','2014-08-18 12:15:09'),(269,1,1,-0.0240204,-0.293443,0.0575308,-0.264118,0.0455864,-0.174823,-0.0341113,-0.204148,1611485147,'0000-00-00 00:00:00','2014-08-15 05:39:12'),(270,1,1,-0.0401522,-0.184049,0.0562265,-0.154394,0.0438707,-0.0525786,-0.050449,-0.0795976,-536069459,'0000-00-00 00:00:00','2014-08-15 05:39:18'),(271,3,0,-0.613033,0.608622,-0.630844,0.514945,-0.572506,0.515259,-0.55731,0.606027,12754504,'0000-00-00 00:00:00','2014-08-18 12:02:35'),(272,1,1,-0.0104286,-0.384385,0.0690628,-0.358354,0.0579423,-0.266094,-0.0234026,-0.291795,537742231,'0000-00-00 00:00:00','2014-08-15 05:39:14'),(273,1,0,0.0270521,-0.543534,0.0826555,-0.518162,0.0740061,-0.450615,0.0196384,-0.474998,13439376,'0000-00-00 00:00:00','2014-08-15 05:16:27'),(274,1,0,0.0422914,-0.606139,0.0978955,-0.582085,0.0826563,-0.521787,0.0264342,-0.547158,1045010439,'0000-00-00 00:00:00','2014-08-15 05:17:07'),(275,3,2,-0.435179,0.633911,-0.461867,0.447922,-0.350226,0.450061,-0.32063,0.62823,1136867767,'0000-00-00 00:00:00','2014-08-18 12:01:58'),(276,1,1,-0.11668,-0.86903,-0.00517759,-0.860487,-0.0203735,-0.707052,-0.128179,-0.713295,-1878183561,'0000-00-00 00:00:00','2014-08-15 05:38:32'),(277,3,3,-0.849457,0.182924,-0.856222,-0.04694,-0.754094,-0.0301943,-0.746549,0.194791,260645120,'0000-00-00 00:00:00','2014-08-18 12:06:13'),(279,3,3,-0.924152,0.237504,-0.928543,0.00857404,-0.856222,-0.04694,-0.84858,0.185732,8,'0000-00-00 00:00:00','2014-08-18 12:06:20'),(280,1,2,-0.167824,-0.494092,-0.0495729,-0.480248,-0.0662599,-0.32203,-0.180185,-0.334885,12819888,'0000-00-00 00:00:00','2014-08-16 06:41:43'),(281,1,0,-0.145217,-0.57568,-0.107657,-0.562326,-0.11134,-0.51048,-0.149881,-0.523834,0,'0000-00-00 00:00:00','2014-08-15 05:22:10'),(283,1,1,-0.33694,0.701234,-0.242183,0.690236,-0.248566,0.769577,-0.341604,0.785288,806137942,'0000-00-00 00:00:00','2014-08-15 05:38:53'),(285,1,1,-0.332276,0.622678,-0.261086,0.591649,-0.264523,0.654886,-0.332767,0.688272,7,'0000-00-00 00:00:00','2014-08-16 06:42:29'),(286,1,1,-0.354615,0.521342,-0.285635,0.487564,-0.262313,0.5889,-0.333013,0.618751,7,'0000-00-00 00:00:00','2014-08-16 06:42:26'),(287,1,0,-0.297008,0.292224,-0.259941,0.320111,-0.280316,0.371172,-0.317875,0.340143,13353856,'0000-00-00 00:00:00','2014-08-15 05:24:18'),(288,1,0,-0.31853,0.342499,-0.280234,0.373136,-0.285881,0.419876,-0.32123,0.390025,806209540,'0000-00-00 00:00:00','2014-08-15 05:24:50'),(289,3,0,-0.759523,-0.511192,-0.751025,-0.569918,-0.727205,-0.578975,-0.732196,-0.519019,362979772,'0000-00-00 00:00:00','2014-08-15 05:26:05'),(290,1,1,-0.349462,0.0158416,-0.246112,0.0299815,-0.254061,0.128816,-0.354617,0.115999,-1341340785,'0000-00-00 00:00:00','2014-08-15 05:51:58'),(291,1,1,-0.330805,-0.0937428,-0.243903,-0.0957067,-0.249549,-0.00615381,-0.333751,-0.00536826,1343085654,'0000-00-00 00:00:00','2014-08-15 05:38:57'),(292,1,1,-0.334733,-0.200185,-0.248813,-0.202542,-0.245131,-0.0988489,-0.331296,-0.0964922,0,'0000-00-00 00:00:00','2014-08-15 05:38:57'),(294,1,0,-0.114451,-0.152136,-0.0773826,-0.142316,-0.0820468,-0.0979325,-0.121079,-0.106966,-1878157858,'0000-00-00 00:00:00','2014-08-15 05:27:08'),(295,1,0,-0.120915,-0.105133,-0.0816378,-0.0945285,-0.0872839,-0.0438603,-0.124598,-0.0552508,9,'0000-00-00 00:00:00','2014-08-15 05:28:02'),(296,1,0,-0.139899,-0.046217,-0.0795102,-0.0242215,-0.0856473,0.0358734,-0.146282,0.0158418,1343049453,'0000-00-00 00:00:00','2014-08-15 05:29:00'),(298,1,0,-0.208181,0.0688256,-0.177088,0.0419384,-0.153849,0.0862745,-0.186228,0.112788,13374736,'0000-00-00 00:00:00','2014-08-18 12:15:42'),(299,1,0,-0.186228,0.112788,-0.153849,0.0862745,-0.158211,0.134801,-0.188415,0.161806,14506496,'0000-00-00 00:00:00','2014-08-18 12:15:38'),(300,3,0,-0.499905,-0.398263,-0.507306,-0.493,-0.467658,-0.531519,-0.460554,-0.441171,12955392,'0000-00-00 00:00:00','2014-08-18 12:03:51'),(301,1,0,-0.208181,0.0688256,-0.186228,0.112788,-0.189081,0.162634,-0.212844,0.117152,14325912,'0000-00-00 00:00:00','2014-08-18 12:15:21'),(302,3,1,-0.586671,0.0962145,-0.576755,-0.0703728,-0.517084,-0.0762244,-0.525583,0.0982779,13247888,'0000-00-00 00:00:00','2014-08-18 12:01:41'),(303,1,1,-0.4487,0.25301,-0.358978,0.287478,-0.386294,0.404029,-0.478682,0.366718,8,'0000-00-00 00:00:00','2014-08-15 05:34:06'),(304,3,0,-0.648653,0.66315,-0.666697,0.570523,-0.630844,0.514945,-0.613033,0.608622,9,'0000-00-00 00:00:00','2014-08-18 12:02:38'),(305,1,1,-0.477645,0.371101,-0.384814,0.408412,-0.390588,0.501866,-0.480533,0.463489,8,'0000-00-00 00:00:00','2014-08-15 05:34:05'),(306,1,1,-0.484457,0.501036,-0.390736,0.522712,-0.396732,0.604795,-0.485789,0.584896,9,'0000-00-00 00:00:00','2014-08-15 05:34:35'),(307,3,1,-0.857235,0.646853,-0.845288,0.471768,-0.762614,0.47556,-0.770441,0.644625,-1107822524,'0000-00-00 00:00:00','2014-08-18 12:05:05'),(308,1,0,-0.137095,-0.619604,-0.0988986,-0.605577,-0.10683,-0.563165,-0.14461,-0.578527,9,'0000-00-00 00:00:00','2014-08-15 05:35:53'),(309,3,1,-0.917903,0.64281,-0.905547,0.470222,-0.845288,0.471768,-0.860198,0.646853,50,'0000-00-00 00:00:00','2014-08-18 12:05:01'),(310,1,1,-0.364148,-0.57301,-0.267672,-0.585653,-0.252509,-0.473119,-0.354539,-0.462185,9,'0000-00-00 00:00:00','2014-08-15 05:37:03'),(311,1,1,-0.352858,-0.459387,-0.252699,-0.471688,-0.260173,-0.366105,-0.35777,-0.352096,-1072893812,'0000-00-00 00:00:00','2014-08-15 05:36:58'),(313,1,3,-0.385959,-0.339339,-0.246719,-0.326697,-0.255048,-0.209496,-0.391726,-0.218038,1,'0000-00-00 00:00:00','2014-08-16 06:41:37'),(314,3,0,-0.888331,0.791652,-0.900607,0.73279,-0.85788,0.730772,-0.848968,0.790647,386093500,'0000-00-00 00:00:00','2014-08-18 12:05:41'),(315,1,1,-0.244085,-0.933658,-0.147936,-0.932605,-0.157146,-0.820047,-0.250065,-0.818165,8,'0000-00-00 00:00:00','2014-08-15 05:38:33'),(316,3,0,-0.913415,0.824506,-0.923297,0.765856,-0.900607,0.73279,-0.888331,0.791652,375111404,'0000-00-00 00:00:00','2014-08-18 12:05:43'),(317,3,1,-0.843078,0.810056,-0.850727,0.669804,-0.78124,0.672355,-0.77327,0.806486,268435456,'0000-00-00 00:00:00','2014-08-16 06:56:31'),(318,1,1,-0.249411,-0.797151,-0.155557,-0.806974,-0.16345,-0.699263,-0.256427,-0.691896,8,'0000-00-00 00:00:00','2014-08-15 05:40:01'),(319,3,2,-0.766415,0.86321,-0.769285,0.655638,-0.655809,0.657678,-0.654627,0.858548,260705488,'0000-00-00 00:00:00','2014-08-18 12:04:48'),(320,1,2,-0.605123,-0.953611,-0.490377,-0.920422,-0.494868,-0.764527,-0.60384,-0.795321,13958736,'0000-00-00 00:00:00','2014-08-16 06:44:05'),(321,1,2,-0.47274,-0.921132,-0.355551,-0.889312,-0.366885,-0.734658,-0.479796,-0.761003,824194304,'0000-00-00 00:00:00','2014-08-16 06:44:03'),(322,1,1,-0.68944,-0.680029,-0.608177,-0.685503,-0.60283,-0.594508,-0.687302,-0.593805,-536045819,'0000-00-00 00:00:00','2014-08-15 05:42:31'),(324,1,1,-0.686982,-0.59209,-0.603959,-0.594474,-0.602043,-0.500807,-0.684214,-0.495697,10,'0000-00-00 00:00:00','2014-08-15 05:42:27'),(325,3,0,0.549479,0.740024,0.538532,0.666182,0.568049,0.66747,0.578088,0.738743,-1609753715,'0000-00-00 00:00:00','2014-08-18 11:48:17'),(326,1,1,-0.567997,-0.685412,-0.487841,-0.692618,-0.479905,-0.6039,-0.560706,-0.593262,13227776,'0000-00-00 00:00:00','2014-08-15 05:43:14'),(327,3,0,0.513938,0.750414,0.502856,0.676797,0.538532,0.666182,0.549479,0.740024,3,'0000-00-00 00:00:00','2014-08-18 11:48:25'),(328,1,1,-0.561256,-0.591035,-0.479328,-0.600986,-0.480615,-0.510394,-0.561256,-0.500443,8,'0000-00-00 00:00:00','2014-08-15 05:43:50'),(329,1,0,-0.492697,-0.431583,-0.4305,-0.442907,-0.420849,-0.368443,-0.484547,-0.360207,8,'0000-00-00 00:00:00','2014-08-15 05:44:36'),(330,3,0,0.303327,0.65418,0.294613,0.582148,0.325866,0.566386,0.333755,0.63695,-1609810972,'0000-00-00 00:00:00','2014-08-18 11:52:35'),(331,1,0,-0.483403,-0.35689,-0.420348,-0.366498,-0.424423,-0.29821,-0.485118,-0.286543,-1072832103,'0000-00-00 00:00:00','2014-08-15 05:45:22'),(332,1,2,-0.54424,-0.257033,-0.422421,-0.259091,-0.428212,-0.110506,-0.543811,-0.108104,9,'0000-00-00 00:00:00','2014-08-16 06:42:01'),(333,3,0,0.293296,0.280376,0.299485,0.207842,0.331635,0.217695,0.326357,0.295776,1132348738,'0000-00-00 00:00:00','2014-08-18 11:52:07'),(334,1,1,-0.517505,-0.102956,-0.45402,-0.0827106,-0.468604,-0.00584381,-0.532731,-0.0216289,7,'0000-00-00 00:00:00','2014-08-16 06:42:07'),(335,1,1,-0.534589,-0.0209425,-0.469605,-0.00344147,-0.471321,0.0675911,-0.533302,0.0473451,9,'0000-00-00 00:00:00','2014-08-16 06:42:12'),(336,3,0,-0.210048,0.779882,-0.216682,0.713916,-0.187161,0.695874,-0.180586,0.761457,260618576,'0000-00-00 00:00:00','2014-08-15 05:48:39'),(337,1,1,-0.535449,0.0451717,-0.479257,0.0822323,-0.478184,0.146745,-0.534806,0.107283,1879886414,'0000-00-00 00:00:00','2014-08-16 06:42:15'),(338,3,0,-0.230657,0.52302,-0.239464,0.466652,-0.212428,0.438797,-0.203006,0.493853,8,'0000-00-00 00:00:00','2014-08-15 05:50:22'),(339,1,0,-0.424567,0.123068,-0.38875,0.141255,-0.400975,0.183806,-0.438722,0.167678,9,'0000-00-00 00:00:00','2014-08-15 05:52:51'),(341,1,0,-0.440366,0.171224,-0.40026,0.190097,-0.402833,0.239512,-0.440795,0.220638,-1072905481,'0000-00-00 00:00:00','2014-08-15 05:53:15'),(342,1,1,-0.705311,-0.143562,-0.616092,-0.144591,-0.617164,-0.0502238,-0.702738,-0.0546848,8,'0000-00-00 00:00:00','2014-08-15 05:54:09'),(343,1,1,-0.702594,-0.0377561,-0.615734,-0.0453055,-0.614233,0.0391104,-0.700449,0.0452871,1879964501,'0000-00-00 00:00:00','2014-08-15 05:54:36'),(344,1,1,-0.69759,-0.250626,-0.611158,-0.250283,-0.615448,-0.14768,-0.704453,-0.145621,537778440,'0000-00-00 00:00:00','2014-08-15 05:55:25'),(345,1,1,-0.7911,-0.406761,-0.692014,-0.439703,-0.688583,-0.328865,-0.788955,-0.29352,13150208,'0000-00-00 00:00:00','2014-08-15 05:56:07'),(346,1,1,-0.814478,-0.514855,-0.717966,-0.548484,-0.692015,-0.440048,-0.79153,-0.407448,9,'0000-00-00 00:00:00','2014-08-15 05:57:13'),(347,1,0,-0.653739,-0.385441,-0.616236,-0.396124,-0.609373,-0.353916,-0.648768,-0.347943,-1103565943,'0000-00-00 00:00:00','2014-08-18 12:12:31'),(348,1,0,-0.648768,-0.347943,-0.609373,-0.353916,-0.61035,-0.295428,-0.649169,-0.288566,537705576,'0000-00-00 00:00:00','2014-08-18 12:12:34'),(349,3,0,0.0320268,0.822737,0.0227832,0.756478,0.0528493,0.730231,0.0627156,0.800256,821598536,'0000-00-00 00:00:00','2014-08-18 11:53:14'),(350,1,1,-0.958807,-0.617573,-0.859079,-0.638506,-0.847926,-0.525265,-0.950443,-0.505363,806177667,'0000-00-00 00:00:00','2014-08-15 05:59:56'),(351,1,1,-0.950658,-0.502159,-0.848141,-0.522405,-0.843423,-0.417057,-0.947227,-0.394752,8,'0000-00-00 00:00:00','2014-08-15 06:00:23'),(352,1,0,-0.688648,0.0990463,-0.646397,0.0767413,-0.633744,0.124783,-0.676423,0.147431,-1341357375,'0000-00-00 00:00:00','2014-08-15 06:01:04'),(353,1,0,-0.673478,0.199211,-0.677034,0.149392,-0.635387,0.129478,-0.632551,0.177254,295775376,'0000-00-00 00:00:00','2014-08-18 11:24:03'),(354,1,1,-0.679855,0.202336,-0.589134,0.184148,-0.58892,0.269594,-0.675566,0.287438,806183118,'0000-00-00 00:00:00','2014-08-15 06:02:11'),(355,3,0,0.223083,-0.369966,0.218683,-0.430981,0.25039,-0.448485,0.254362,-0.384728,260842736,'0000-00-00 00:00:00','2014-08-18 12:08:03'),(356,1,0,-0.662484,0.447005,-0.620661,0.425729,-0.606935,0.479604,-0.650687,0.501223,10,'0000-00-00 00:00:00','2014-08-15 06:02:54'),(357,3,1,0.245749,-0.278054,0.31254,-0.332493,0.370083,-0.313201,0.300166,-0.260915,-520568255,'0000-00-00 00:00:00','2014-08-18 11:56:03'),(358,1,0,-0.651545,0.505227,-0.606721,0.481892,-0.606936,0.530962,-0.647899,0.552581,-804395644,'0000-00-00 00:00:00','2014-08-15 06:03:54'),(359,1,0,-0.775082,0.590099,-0.731115,0.565049,-0.718461,0.619954,-0.7635,0.646034,872879,'0000-00-00 00:00:00','2014-08-15 06:04:34'),(361,1,0,-0.763,0.648664,-0.717103,0.622584,-0.71646,0.672685,-0.759568,0.698422,1074651420,'0000-00-00 00:00:00','2014-08-15 06:05:19'),(363,1,0,-0.925833,0.778835,-0.880365,0.790158,-0.893662,0.855701,-0.940203,0.846093,1,'0000-00-00 00:00:00','2014-08-15 06:06:07'),(365,1,0,-0.941025,0.847466,-0.892551,0.860506,-0.890192,0.909234,-0.935234,0.896537,14469712,'0000-00-00 00:00:00','2014-08-15 06:07:23'),(366,3,0,0.889176,0.0992611,0.884999,0.0223773,0.91185,0.0285384,0.918783,0.106777,8,'0000-00-00 00:00:00','2014-08-18 11:41:13'),(367,1,0,-0.870818,0.346575,-0.826208,0.345203,-0.829211,0.400451,-0.875537,0.403882,872879,'0000-00-00 00:00:00','2014-08-15 06:08:07'),(368,3,0,0.850167,0.11074,0.844652,0.0341705,0.884999,0.0223773,0.889176,0.0992611,338226656,'0000-00-00 00:00:00','2014-08-18 11:41:26'),(369,1,0,-0.875894,0.405255,-0.829569,0.40251,-0.826566,0.45261,-0.870748,0.455012,-267539416,'0000-00-00 00:00:00','2014-08-15 06:08:48'),(370,3,0,0.726931,-0.560003,0.747188,-0.619664,0.783984,-0.590769,0.763774,-0.524192,8,'0000-00-00 00:00:00','2014-08-18 11:38:25'),(371,1,0,-0.755362,0.271883,-0.713541,0.259873,-0.706678,0.31066,-0.749571,0.325073,8,'0000-00-00 00:00:00','2014-08-15 06:09:57'),(373,1,0,-0.749928,0.32896,-0.706389,0.313174,-0.704887,0.362591,-0.746496,0.375974,295775692,'0000-00-00 00:00:00','2014-08-15 06:11:03'),(374,3,0,0.763774,-0.524192,0.783984,-0.590769,0.812278,-0.57749,0.790343,-0.514377,537662479,'0000-00-00 00:00:00','2014-08-18 11:38:12'),(375,1,0,-0.963979,0.162868,-0.920654,0.168015,-0.930091,0.21949,-0.973416,0.214686,-804517472,'0000-00-00 00:00:00','2014-08-15 06:11:46'),(376,1,0,-0.973059,0.217546,-0.930806,0.221664,-0.925873,0.271766,-0.967697,0.267305,8,'0000-00-00 00:00:00','2014-08-15 06:12:17'),(377,1,1,-0.944748,-0.16703,-0.837724,-0.197228,-0.831289,-0.0870717,-0.936598,-0.0544709,1611524219,'0000-00-00 00:00:00','2014-08-15 06:12:46'),(378,1,1,-0.888912,-0.047722,-0.782959,-0.0779206,-0.778669,0.0257161,-0.88162,0.0579738,1132348738,'0000-00-00 00:00:00','2014-08-15 06:13:44'),(379,1,0,-0.924302,-0.30727,-0.892773,-0.277071,-0.888842,-0.217932,-0.921297,-0.248932,9,'0000-00-00 00:00:00','2014-08-18 12:11:27'),(380,1,0,-0.895133,-0.342273,-0.864033,-0.313104,-0.892773,-0.277071,-0.924302,-0.30727,9,'0000-00-00 00:00:00','2014-08-15 06:15:12'),(381,1,0,-0.892773,-0.277071,-0.864033,-0.313104,-0.861388,-0.256711,-0.888842,-0.217932,-267562565,'0000-00-00 00:00:00','2014-08-18 12:11:35'),(382,1,2,-0.821568,-0.845128,-0.701674,-0.856109,-0.695239,-0.692762,-0.813203,-0.682124,537720616,'0000-00-00 00:00:00','2014-08-16 06:44:15'),(383,1,0,-0.773181,-0.956599,-0.712699,-0.9741,-0.708624,-0.896545,-0.770179,-0.8787,7,'0000-00-00 00:00:00','2014-08-18 12:11:08'),(384,1,1,-0.955334,-0.875888,-0.882408,-0.848435,-0.874902,-0.754751,-0.945682,-0.78392,1036360093,'0000-00-00 00:00:00','2014-08-15 06:17:57'),(385,1,0,-0.961852,-0.979752,-0.911377,-0.949112,-0.906949,-0.873716,-0.954345,-0.905974,8,'0000-00-00 00:00:00','2014-08-18 12:10:55'),(386,1,0,-0.912,-0.947119,-0.873241,-1.00369,-0.867182,-0.932513,-0.906949,-0.873716,13408480,'0000-00-00 00:00:00','2014-08-18 12:11:00'),(387,0,3,-0.425863,0.834382,-0.281821,0.824318,-0.293315,0.977422,-0.43582,0.990244,-1609706611,'0000-00-00 00:00:00','2014-08-18 11:57:51'),(388,3,1,0.313793,-0.803391,0.322623,-0.959595,0.384706,-0.921262,0.373353,-0.769098,0,'0000-00-00 00:00:00','2014-08-18 12:08:49'),(389,0,3,-0.934658,0.351741,-0.793642,0.3531,-0.793358,0.508954,-0.930977,0.507594,9,'0000-00-00 00:00:00','2014-08-17 03:11:06'),(390,3,1,0.304017,-0.629466,0.321308,-0.784704,0.38087,-0.753963,0.364537,-0.606411,8,'0000-00-00 00:00:00','2014-08-15 06:21:50'),(391,0,2,-0.921988,0.541907,-0.802957,0.522987,-0.800181,0.699419,-0.918612,0.720535,8,'0000-00-00 00:00:00','2014-08-18 12:06:44'),(397,3,0,-0.288721,0.208113,-0.290138,0.14036,-0.260272,0.132795,-0.26083,0.201798,-1610612736,'0000-00-00 00:00:00','2014-08-18 12:01:07'),(399,3,3,-0.00557361,-0.50581,-0.00664484,-0.723501,0.0829202,-0.763442,0.0883874,-0.534093,12582967,'0000-00-00 00:00:00','2014-08-18 12:13:57'),(400,3,3,0.0883874,-0.534093,0.0829202,-0.763442,0.162569,-0.728075,0.166717,-0.506935,1136867767,'0000-00-00 00:00:00','2014-08-18 12:14:00'),(403,0,8,-0.415078,-0.897432,-0.167554,-0.873825,-0.196775,-0.362987,-0.431887,-0.379515,75432180,'0000-00-00 00:00:00','2014-08-18 11:23:41'),(404,2,1,0.280117,0.603167,0.378445,0.585523,0.387634,0.725203,0.28563,0.738437,9765376,'0000-00-00 00:00:00','2014-08-16 06:51:59'),(406,3,1,-0.206478,0.222478,-0.214827,0.0556089,-0.136498,0.0622247,-0.127479,0.223493,1136867767,'0000-00-00 00:00:00','2014-08-18 12:00:23'),(407,3,10,-0.163827,-0.625144,-0.151405,-0.680578,-0.128113,-0.657289,-0.141616,-0.602376,1132988290,'0000-00-00 00:00:00','2014-08-18 12:07:42'); | |
/*!40000 ALTER TABLE `quads` ENABLE KEYS */; | |
UNLOCK TABLES; | |
-- | |
-- Table structure for table `recordings` | |
-- | |
DROP TABLE IF EXISTS `recordings`; | |
/*!40101 SET @saved_cs_client = @@character_set_client */; | |
/*!40101 SET character_set_client = utf8 */; | |
CREATE TABLE `recordings` ( | |
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, | |
`path` varchar(1000) CHARACTER SET utf8 NOT NULL DEFAULT '', | |
`quadIndex` int(11) DEFAULT NULL, | |
`status` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '0 = empty; 1 = recording; 2 = available', | |
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | |
PRIMARY KEY (`id`), | |
KEY `Quad recordings` (`quadIndex`), | |
CONSTRAINT `Quad recordings` FOREIGN KEY (`quadIndex`) REFERENCES `quads` (`id`) ON DELETE CASCADE ON UPDATE CASCADE | |
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; | |
/*!40101 SET character_set_client = @saved_cs_client */; | |
-- | |
-- Dumping data for table `recordings` | |
-- | |
LOCK TABLES `recordings` WRITE; | |
/*!40000 ALTER TABLE `recordings` DISABLE KEYS */; | |
INSERT INTO `recordings` VALUES (6,'2014.08.16-16.59.04-A',232,2,'2014-08-16 09:38:35'),(7,'2014.08.16-16.59.17-A',232,2,'2014-08-16 09:38:34'),(8,'2014.08.16-16.59.37-A',232,2,'2014-08-16 09:09:02'),(9,'2014.08.16-17.24.17-A',232,2,'2014-08-16 09:09:02'),(10,'2014.08.16-17.47.28-A',232,2,'2014-08-16 09:09:02'),(11,'2014.08.16-17.48.00-A',232,2,'2014-08-16 09:09:02'),(14,'2014.08.17-14.04.03-A',109,2,'2014-08-17 05:04:07'),(15,'2014.08.17-14.05.25-A',85,2,'2014-08-17 05:05:29'),(16,'2014.08.17-14.06.01-A',50,2,'2014-08-17 05:06:05'),(17,'2014.08.17-14.07.22-A',140,2,'2014-08-17 05:07:26'),(18,'2014.08.17-14.11.25-A',143,2,'2014-08-17 05:11:29'),(19,'2014.08.17-14.11.58-A',138,2,'2014-08-17 05:12:02'),(20,'2014.08.17-14.14.39-A',79,2,'2014-08-17 05:14:43'),(21,'2014.08.17-14.27.56-A',403,2,'2014-08-17 05:28:00'),(22,'2014.08.17-14.28.12-A',44,2,'2014-08-17 05:28:16'),(23,'2014.08.17-19.09.40-A',44,2,'2014-08-17 10:09:44'),(24,'2014.08.17-19.50.54-A',44,2,'2014-08-17 10:50:58'),(25,'2014.08.17-19.51.04-A',44,2,'2014-08-17 10:51:08'),(26,'2014.08.17-19.51.21-A',1,2,'2014-08-17 10:51:25'),(27,'2014.08.17-19.51.29-A',2,2,'2014-08-17 10:51:33'),(28,'2014.08.17-19.51.37-A',3,2,'2014-08-17 10:51:41'),(30,'2014.08.17-19.51.50-A',5,2,'2014-08-17 10:51:54'),(31,'2014.08.18-13.21.03-A',5,2,'2014-08-18 04:21:07'),(32,'2014.08.18-13.22.15-A',20,2,'2014-08-18 04:22:19'),(33,'2014.08.18-13.24.11-A',20,2,'2014-08-18 04:24:15'),(34,'2014.08.18-13.24.39-A',20,2,'2014-08-18 04:24:43'),(35,'2014.08.18-13.40.41-A',20,2,'2014-08-18 04:40:45'),(36,'2014.08.18-13.40.59-A',20,2,'2014-08-18 04:41:03'),(37,'2014.08.18-13.42.47-A',20,2,'2014-08-18 04:42:51'); | |
/*!40000 ALTER TABLE `recordings` ENABLE KEYS */; | |
UNLOCK TABLES; | |
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; | |
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; | |
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; | |
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; | |
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; | |
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; | |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; | |
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | |
-- Dump completed on 2015-04-02 15:26:36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment