-Original Message-
From: Ruslan Mahmatkhanov
To: Jesse Smith
Cc: freebsd-ports
Subject: Re: Update to Ubuntu One client port
Date: Sat, 13 Aug 2011 11:12:29 +0400
Jesse Smith wrote on 13.08.2011 04:44:
> Here is my third attempt at a port for the Ubuntu One client. I know
> it's not pre
Hi there.
We have databases/postgresql-plpython, that is marked as broken with
this message: "Does not configure without threaded Python", but this is
totally wrong - it actually does. I checked the internets and found
this: [1] and [2]. People are actually had problems when building it
WITH thr
Miroslav Lachman ha scritto:
Note the difference in collation_connection!
Is there any official way to restore the old behavior, or should I
locally modify the port to support WITH_ knobs?
It seems related to this bug: http://bugs.mysql.com/bug.php?id=34980
As you say, there is an open and ve
> compiled with WITH_ knobs
MySQL 5.5 doesn't use such knobs at compile time.
It uses config file when it's starting
[root@timbsd] # cat /usr/local/etc/my.cnf
[mysqld]
#port= 3306
#socket = /tmp/mysql.sock
default-storage-engine = InnoDB
character-set-server=utf8
collation-se
Hi,
I am trying MySQL 5.5.15 as it is the default version now, but I have a
problem with default charset.
I used WITH_CHARSET=utf8 WITH_XCHARSET=all WITH_COLLATION=utf8_czech_ci
on all our older MySQL servers (5.0 and 5.1). These knobs are no longer
available, so how can I set default charset