Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-11 Thread Arkadiusz Miskiewicz
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

Re: mysql 4.0 to 4.1 migration and charset problems

2005-07-11 Thread Arkadiusz Miskiewicz
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

mysql 4.0 to 4.1 migration and charset problems

2005-07-06 Thread Arkadiusz Miskiewicz
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

problem with mysql 4.0.13 and 4.0.14

2003-08-14 Thread Arkadiusz Miskiewicz
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

[PATCH]: proper usage of errno in mysql 4.0.11a

2003-03-05 Thread Arkadiusz Miskiewicz
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

[PATCH]: mysql 4.0.10 - fix for missing include file

2003-02-14 Thread Arkadiusz Miskiewicz
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