On Monday 11 of July 2005 16:24, Gleb Paharenko wrote:
> Hello.
>
> I've tested your solution. It doesn't work for users which have SUPER
> privilege. This mentioned at:
> http://dev.mysql.com/doc/mysql/en/server-system-variables.html
>
> However, it works with with ordinary users which don't hav
On Thursday 07 of July 2005 00:16, Gleb Paharenko wrote:
> Hello.
>
>
> For a pity, I could give explanations only for your query about
> selecting @@global.xxx variables. I think server returns correct
> results, because you're selecting global variables, while
> character_set_client, character_se
Hi,
I have mysql 4.0 db with configuration:
set-variable = default-character-set=latin2
set-variable = character-set=latin2
now I'm trying to migrate to mysql 4.1.12 My current config is:
character-set-server=latin2
collation-server=latin2_general_ci
The problem is connection/reply/client-chara
I have problem with these versions of mysql. Few seconds after
start I have tons of log in /var/log/mysql/ which looks like this:
update.61871 update.62874 update.63877 update.64880 update.65883 update.66886
update.67889
update.61872 update.62875 update.63878 update.64881 update.65884 u
Hi,
This patch fixes errno usage. Often in mysql there is assumption
that errno is simple int variable while it is not in glibc (>=2.3.1).
It's a macro.
See
http://lists.debian.org/debian-glibc/2002/debian-glibc-200212/msg00364.html
Patch by Artur Frysiak <[EMAIL PROTECTED]> that fixes that (and
Hi,
There is problem with include files. include/raid.h is installed as for
example /usr/local/include/mysql/raid.h and it includes my_dir.h which
is not installed in /usr/local/include/mysql/ and thus is not usable.
This patch fixes that:
diff -urN mysql-4.0.10-gamma.org/include/Makefile.am