From 975a04b003e4695241218f482ba432de17a8873f Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 9 Mar 2015 14:34:30 +0000 Subject: [PATCH] Remove obsolete comments git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9624 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- schemas/mysql-initialize.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/schemas/mysql-initialize.sql b/schemas/mysql-initialize.sql index 44ae869ba..a0232c5a3 100644 --- a/schemas/mysql-initialize.sql +++ b/schemas/mysql-initialize.sql @@ -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 '', -- 2.45.0