Update of /cvs/scoop/scoop/struct In directory lithium.sabren.com:/tmp/cvs-serv12611/struct Modified Files: scoop.sql Log Message: Somehow, use_diaries vanished from the default scoop.sql. Adding it back in. -j Index: scoop.sql =================================================================== RCS file: /cvs/scoop/scoop/struct/scoop.sql,v retrieving revision 1.211 retrieving revision 1.212 diff -C2 -d -r1.211 -r1.212 *** scoop.sql 11 Feb 2005 22:11:05 -0000 1.211 --- scoop.sql 15 May 2005 05:12:08 -0000 1.212 *************** *** 1,2065 **** ! # MySQL dump 8.14 ! # ! # Host: localhost Database: scoop ! #-------------------------------------------------------- ! # Server version 3.23.39-log ! # ! # Table structure for table 'ad_info' ! # [...3479 lines suppressed...] ! `ip` varchar(16) NOT NULL default '', ! `uid` int(11) NOT NULL default '0', ! `last_visit` timestamp NOT NULL, ! PRIMARY KEY (`ip`,`uid`) ) TYPE=MyISAM; ! -- ! -- Dumping data for table `whos_online` ! -- ! + /*!40000 ALTER TABLE `whos_online` DISABLE KEYS */; + LOCK TABLES `whos_online` WRITE; + UNLOCK TABLES; + /*!40000 ALTER TABLE `whos_online` ENABLE KEYS */; + + /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; + /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; + /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;