From: <var...@us...> - 2015-03-09 14:34:38
|
Revision: 9624 http://sourceforge.net/p/phpwiki/code/9624 Author: vargenau Date: 2015-03-09 14:34:30 +0000 (Mon, 09 Mar 2015) Log Message: ----------- Remove obsolete comments Modified Paths: -------------- trunk/schemas/mysql-initialize.sql Modified: trunk/schemas/mysql-initialize.sql =================================================================== --- trunk/schemas/mysql-initialize.sql 2015-03-09 14:08:02 UTC (rev 9623) +++ trunk/schemas/mysql-initialize.sql 2015-03-09 14:34:30 UTC (rev 9624) @@ -1,10 +1,5 @@ CREATE TABLE page ( id INT NOT NULL AUTO_INCREMENT, --- for mysql => 4.1 define the charset here --- this is esp. needed for mysql 4.1.0 up to 4.1.6. --- not yet confirmed, at least since 4.1.8 it's okay with binary. --- pagename VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, --- otherwise use the old syntax to do case-sensitive comparison pagename VARCHAR(100) BINARY NOT NULL, hits INT NOT NULL DEFAULT 0, pagedata MEDIUMTEXT NOT NULL DEFAULT '', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |