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
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
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
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
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
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
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
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 ...