Re: [bug] koi8-r codepage bug

2002-09-30 Thread Cyril Zlachevsky
Victoria Reznichenko wrote: > Cyril, > Monday, September 30, 2002, 3:35:40 PM, you wrote: > > >>>Cyril, >>>Friday, September 27, 2002, 4:19:25 PM, you wrote: >>> >>>CZ> if I build mysql with >>>CZ> ./configure --with-charset

Re: [bug] koi8-r codepage bug

2002-09-30 Thread Cyril Zlachevsky
Victoria Reznichenko wrote: > Cyril, > Friday, September 27, 2002, 4:19:25 PM, you wrote: > > CZ> if I build mysql with > CZ> ./configure --with-charset=koi8_ru > CZ> then check (make; make check; make test) failed! > > Because MySQL by default uses latin1 ch

Re: [bug] koi8-r codepage bug

2002-09-27 Thread Cyril Zlachevsky
Victoria Reznichenko wrote: > Cyril, > Thursday, September 26, 2002, 11:30:39 PM, you wrote: > > CZ> ---cut--- > mysql> DROP TABLE IF EXISTS COUNTRIES; > CZ> Query OK, 0 rows affected (0.02 sec) > > mysql> CREATE TABLE COUNTRIES (Name varchar(30) NOT NULL DEF

[bug] koi8-r codepage bug

2002-09-26 Thread Cyril Zlachevsky
Please read following text only with koi8-r codepage! ---cut--- mysql> DROP TABLE IF EXISTS COUNTRIES; Query OK, 0 rows affected (0.02 sec) mysql> CREATE TABLE COUNTRIES (Name varchar(30) NOT NULL DEFAULT 'n/a', -> PRIMARY KEY (Name) ); Query OK, 0 rows affected (0.00 sec) mysql> INSERT INT

[rh linux 7.2] mysql 3.22.32 bug?

2001-11-16 Thread Cyril Zlachevsky
Today I'm discovered strange behavior of SQL query UPDATE tablename SET value=value+const WHERE ... UPDATE tablename SET value=value-const WHERE ... UPDATE tablename SET value=value*const WHERE ... UPDATE tablename SET value=value/const WHERE ... I have incorrect results of this queries only in R

RE: problem to compile mysql on HPux 11

2001-11-12 Thread Cyril LAGUERRE
Hi I want to install MySql on my HP server. I take the source and : I have made a ./configure then # make No suffix list. make all-recursive No suffix list. Making all in include No suffix list. Making all in Docs Making all in readline gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../includ

Installation Problem

2001-07-14 Thread Cyril
I have this message and I don't understand, plase help me. [root@cyril guest]# rpm -U /home/guest/Desktop/MySQL/MySQL-DBI-perl-bin-1.825-1.i386.rpm error: failed dependencies: DBI-perl-bin >= 0.93 is needed by mysql-DBI-perl-bin-1.825-1 [root@cyr

Problem compiling...

2001-02-22 Thread Cyril ZEKSER
g++-3/stl_vector.h(.gnu.linkonce.t.__opf__Ct13mysql_ColData1Z12const_string+0x10): undefined reference to `float mysql_ColData::conv(float) const' collect2: ld returned 1 exit status make: *** [mainTest] Erreur 1 I don't know what library I've missed here ...