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=koi8_ru >>>CZ> then check (make; make check; make test) failed! >>> >>>

re: Re: [bug] koi8-r codepage bug

2002-09-30 Thread Victoria Reznichenko
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=koi8_ru >> CZ> then check (make; make check; make test) failed! >> >> Because MySQL by default uses latin1

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 character set and you have compiled onl

re: Re: [bug] koi8-r codepage bug

2002-09-27 Thread Victoria Reznichenko
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 character set and you have compiled only with koi8_ru. CZ> But if I build mysql wi

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 DEFAULT 'n/a', > CZ> -> PRIMARY KEY

re: [bug] koi8-r codepage bug

2002-09-27 Thread Victoria Reznichenko
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 DEFAULT 'n/a', CZ> -> PRIMARY KEY (Name) ); CZ> Query OK, 0 rows affected (0.00

[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