Update of /cvsroot/phpmp/phpMP/dba/sql
In directory sc8-pr-cvs1:/tmp/cvs-serv32327/dba/sql
Modified Files:
mysql_structure.sql
Log Message:
Updated the session table definition. Added the ability to decode the IPs we've encoded in the database. Fixed a word that was incorrect in index.php.
Index: mysql_structure.sql
===================================================================
RCS file: /cvsroot/phpmp/phpMP/dba/sql/mysql_structure.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mysql_structure.sql 23 Apr 2003 07:21:03 -0000 1.3
--- mysql_structure.sql 23 Apr 2003 08:28:41 -0000 1.4
***************
*** 38,42 ****
`session_ip` varchar(8) NOT NULL default '',
PRIMARY KEY (`session_key`)
! ) TYPE=MyISAM;
#
--- 38,42 ----
`session_ip` varchar(8) NOT NULL default '',
PRIMARY KEY (`session_key`)
! ) TYPE=Heap;
#
|