Update of /cvs/scoop/scoop/struct
In directory lithium.sabren.com:/tmp/cvs-serv3250
Modified Files:
scoop.sql
Log Message:
Fixing a wee bug so now, scoop.sql is dumped with --skip-extended-instert. -j
Index: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.227
retrieving revision 1.228
diff -C2 -d -r1.227 -r1.228
*** scoop.sql 5 Apr 2006 05:37:13 -0000 1.227
--- scoop.sql 8 May 2006 17:41:51 -0000 1.228
***************
*** 1,15 ****
-- MySQL dump 10.9
--
! -- Host: localhost Database: scoopclean
-- ------------------------------------------------------
! -- Server version 4.1.16-standard
!
! /*!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 */;
[...2123 lines suppressed...]
--
--- 2486,2492 ----
`ip` varchar(16) NOT NULL default '',
`uid` int(11) NOT NULL default '0',
! `last_visit` timestamp NOT NULL,
PRIMARY KEY (`ip`,`uid`)
! ) TYPE=MyISAM;
--
***************
*** 1471,1477 ****
/*!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 */;
--- 2503,2506 ----