From e64fe07c472c9ddf38b9da2271c7bc26c5473008 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sat, 08 Sep 2007 19:10:42 -0400
Subject: [PATCH] # ERRATA r783 : of course persistant connections are disabled by default now + extended the comment (alibi) in regard to persistant connections

---
 SQL/mysql5.initial.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SQL/mysql5.initial.sql b/SQL/mysql5.initial.sql
index 0c0dcb1..aeec961 100644
--- a/SQL/mysql5.initial.sql
+++ b/SQL/mysql5.initial.sql
@@ -15,7 +15,7 @@
  `ip` varchar(15) NOT NULL,
  `vars` text NOT NULL,
  PRIMARY KEY(`sess_id`)
-) TYPE=MYISAM CHARACTER SET ascii COLLATE ascii_general_ci;
+) TYPE=MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
 
 
 -- Table structure for table `users`

--
Gitblit v1.9.1