|
|
| version 1.245, 2003/01/21 15:51:14 | version 1.245.2.1, 2003/01/28 11:38:50 |
|---|---|
| Line 72 Request::Request(Pool& apool, | Line 72 Request::Request(Pool& apool, |
| finterrupted(false) | finterrupted(false) |
| { | { |
| // default charsets | // default charsets |
| pool().set_source_charset(*utf8_charset); | pool().set_source_charset(UTF8_charset); |
| pool().set_client_charset(*utf8_charset); | pool().set_client_charset(UTF8_charset); |
| // maybe expire old caches | // maybe expire old caches |
| cache_managers->maybe_expire(); | cache_managers->maybe_expire(); |