Re: Problem related to Installation of MYSQL 4.0.2

2005-09-23 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html >Lms.Bmc Bmc wrote: >hi, > i am Installing My Sql -Standard-4.0.26-pc-linux-gnu-i686 Of Linux >Machine >But Facing some Problem > i am Getting thius Error " ERROR 2002: Can't connect to local MySQL

Problem related to Installation of MYSQL 4.0.2

2005-09-20 Thread Lms.Bmc Bmc
hi, i am Installing My Sql -Standard-4.0.26-pc-linux-gnu-i686 Of Linux Machine But Facing some Problem i am Getting thius Error " ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)" while i start MYSQl Plzz Reply me Giving t he Solution For it

Re: Date Conversion on Mysql 4.0.2

2005-01-28 Thread Sasha Pachev
Minh La wrote: Hi, Can some help me with a date conversion problme that I am having. I have a date data in the following format: 'Month Days Year Hour:Minute AM/PM' Example: 'Aug 21, 2004 2:00 PM' So far the hours that I have spent have been in vain. I tried using str_to_date, but it keeps failin

Re: Date Conversion on Mysql 4.0.2

2005-01-28 Thread Hassan Schroeder
Minh La wrote: So far the hours that I have spent have been in vain. Next time a couple of minutes with the Fine Manual instead? :-) I tried using str_to_date, but it keeps failing. Looks like it's not in version 4.0.2? Quoting the FM: "STR_TO_DATE() is available as of MySQL 4.1.1." FWIW, -- Ha

Date Conversion on Mysql 4.0.2

2005-01-28 Thread Minh La
Hi, Can some help me with a date conversion problme that I am having. I have a date data in the following format: 'Month Days Year Hour:Minute AM/PM' Example: 'Aug 21, 2004 2:00 PM' So far the hours that I have spent have been in vain. I tried using str_to_date, but it keeps failing. Looks lik

RE: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Matt Babineau
: Wednesday, November 17, 2004 11:37 AM To: [EMAIL PROTECTED] Subject: RE: MySQL 4.0.2 is topping out at 1024 threads! wait_timeout Will set the maximum amout of time a thread will be in the Sleep state before MySQL drops it. Eric Gunnett System Administrator Zoovy, Inc. [EMAIL PROTECTED

RE: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Matt Babineau
au Cc: [EMAIL PROTECTED] Subject: RE: MySQL 4.0.2 is topping out at 1024 threads! threads or connections ? if the problem is about connection maybe change the parameter in your my.cnf : max_connections = 1024 to a higher value ... Hope this helps... Saludos / Regards, Alvaro. On Wed, 2004-

Re: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Dan Nelson
In the last episode (Nov 17), Matt Babineau said: > This is a very strange problem. As you can see there isn't a lot going on, > under a million queries. No problem right? This is a dual cpu 2.8 Ghz > server. Ok Great. I am also including my.cnf so you can see my > configuration. > > Here is some

RE: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Alvaro Avello
rom: > Matt Babineau > <[EMAIL PROTECTED]> >To: > [EMAIL PROTECTED] > Subject: > RE: MySQL 4.0.2 is topping out at > 1024 threads! > Date: > Wed, 17 Nov 2004 11:18:04 -0800 > (

RE: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Matt Babineau
s All! Matt Babineau Web Developer Criticalcode - http://www.criticalcode.com -Original Message- From: Dan Nelson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 8:26 AM To: Gleb Paharenko Cc: [EMAIL PROTECTED] Subject: Re: MySQL 4.0.2 is topping out at 1024 threads! In t

Re: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Dan Nelson
In the last episode (Nov 17), Gleb Paharenko said: > > Help! I can't figure out a way to stop my server from topping out > > at 1024 threads. This is a very strange behavoir. I have tons of > > legit use on my database server but I don't think the threads are > > dying does anyone have any suggesti

Re: MySQL 4.0.2 is topping out at 1024 threads!

2004-11-17 Thread Gleb Paharenko
Hello. Similar problems are often found in lists. Usually they are solved by increasing file limits. You likely need to increase open-files-limit. >Help! I can't figure out a way to stop my server from topping out at 1024 >threads. This is a very strange behavoir. I have tons of legit use

MySQL 4.0.2 is topping out at 1024 threads!

2004-11-16 Thread Matt Babineau
Help! I can't figure out a way to stop my server from topping out at 1024 threads. This is a very strange behavoir. I have tons of legit use on my database server but I don't think the threads are dying does anyone have any suggestions for this? Thanks, Matt Babineau Web Developer Criticalcode -

Re: mysql 4.0.2 preoblem

2004-08-04 Thread gerald_clark
If you want them ordered by autoinc_field then add ORDER BY autoinc_field. Otherwise expect them to be returned in any order. Cres Justado wrote: can anyone help me with my problem regarding mysql 4.0.2. I'm having a problem with the sequencing of the auto incremnt field. if my applic

Re: mysql 4.0.2 preoblem

2004-08-04 Thread Michael Stassen
eld, data_field FROM yourtable ORDER BY autoinc_field; By the way, if you are really using mysql 4.0.2, you should consider an upgrade. 4.0.2 is over 2 years old. The current version is 4.0.20, and there have been a lot of improvements and bug fixes since 4.0.2. Michael Cres Justado wrote: can an

mysql 4.0.2 preoblem

2004-08-03 Thread Cres Justado
can anyone help me with my problem regarding mysql 4.0.2. I'm having a problem with the sequencing of the auto incremnt field. if my application makes an insert mysql inserts the new row somewhere in the middle of the sequence. example autoinc_field data_field 1

MySQL 4.0.2 RPM install on RED HAT Fedora Core 1

2004-06-14 Thread Chris Dietzler
I am trying to install the RPM and get a couple of errors saying the libsqlclient.so.10 RPM is missing. I have tried to search for this but cannot find the proper package for it. Any help would be appreciated! Sincerely, Chris Dietzler AT&T Enhanced Network Services -- MySQL General Mailing Li

Re: Multi-table delete is broken in MySQL 4.0.2

2002-11-01 Thread Alexei Dets
Hi! On Friday 01 November 2002 15:03, Jon Frisby wrote: > Why not just do: > DELETE FROM MyChannels; > DELETE FROM MyPackages; > > If you're concerned about atomicity, simply acquire a lock on both > tables at once first. Exactly, it was my concern. I'm not using MySQL tables with transaction sup

RE: Multi-table delete is broken in MySQL 4.0.2

2002-11-01 Thread Jon Frisby
xpected. > Tables are very simple: MyChannels contains two int columns, > MyPackages - just one int column. > > > >How-To-Repeat: > > >Fix: > > > >Submitter-Id: > >Originator: > >Organization: > > >M

Multi-table delete is broken in MySQL 4.0.2

2002-11-01 Thread adets
How-To-Repeat: >Fix: >Submitter-Id: >Originator: >Organization: >MySQL support: none >Synopsis: Multi-table delete is broken in MySQL 4.0.2 >Severity: serious >Priority: high >Category: mysql >Class: sw-bug >Rel

Re: MySQL 4.0.2, 4.0.3,4.0.4 replication circle broken.

2002-09-10 Thread Paul DuBois
At 12:09 +0400 9/10/02, Artem V. Ryabov wrote: >Hello Victoria, > > As far as I see bug of muliple log files still not fixed regardless > of last change in 4.0.4: > 'FLUSH LOGS removed numerical extension for all future update logs.' This bugfix affects the update log, not the binary update

MySQL 4.0.2, 4.0.3,4.0.4 replication circle broken.

2002-09-10 Thread Artem V. Ryabov
Hello Victoria, As far as I see bug of muliple log files still not fixed regardless of last change in 4.0.4: 'FLUSH LOGS removed numerical extension for all future update logs.' -- Best regards, Artem mailto:[EMAIL PROTECTED] sql query

Re: Re: MySQL 4.0.2, 4.0.3 replication circle broken.

2002-09-02 Thread Victoria Reznichenko
Artem, Monday, September 02, 2002, 12:44:30 PM, you wrote: AVR> Thursday, August 15, 2002, you wrote: AVR>>> In case of repliacation circle (A->B->A) query 'flush log' on any of AVR>>> this servers create endless loop, with creating new binary log file AVR>>> on each iteration. (about 30 ne

Re: MySQL 4.0.2, 4.0.3 replication circle broken.

2002-09-02 Thread Artem V. Ryabov
Hello Victoria, Thursday, August 15, 2002, you wrote: AVR>> In case of repliacation circle (A->B->A) query 'flush log' on any of AVR>> this servers create endless loop, with creating new binary log file AVR>> on each iteration. (about 30 new files every second in my case) > Thanks for bug r

Re: Delete with join in mysql 4.0.2

2002-08-31 Thread Mark Matthews
Christian Longberg wrote: > I have just upgraded to mysql 4 to be able to perform delete queries > with join statement. I have a simple query where I would like to delete > a number of rows in tabel t1 depending on id's found in table t2. This > doesn't seem to work and I just don't understand why

Re: Delete with join in mysql 4.0.2

2002-08-31 Thread Egor Egorov
Christian, Saturday, August 31, 2002, 11:09:47 AM, you wrote: CL> I have just upgraded to mysql 4 to be able to perform delete queries CL> with join statement. I have a simple query where I would like to delete CL> a number of rows in tabel t1 depending on id's found in table t2. This CL> doesn't

Delete with join in mysql 4.0.2

2002-08-31 Thread Christian Longberg
I have just upgraded to mysql 4 to be able to perform delete queries with join statement. I have a simple query where I would like to delete a number of rows in tabel t1 depending on id's found in table t2. This doesn't seem to work and I just don't understand why!? mysql> delete icl from ca_x_in

MySQL 4.0.2 doesn't unlock certain tables

2002-08-21 Thread Jacob Friis Larsen
The MySQL database we use is a 4.0.2 source RPM on a RedHat 7.3 MySQL locks tables while they are being updated and unlocks the table when the update is finished. But sometimes MySQL doesn't unlock certain tables. And in the process list their is nothing being processed. Does anybody know why or

Re: mysql 4.0.2 problems

2002-08-20 Thread Nicholas Stuart
MAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 20, 2002 12:23 PM > Subject: mysql 4.0.2 problems > > >> Ok I got mysql 4.0.2 installed on Mandrake and its up and running. My >> problem is that when I go to connect to it I get the error: >> er

Re: mysql 4.0.2 problems

2002-08-19 Thread louie miranda
TED]> Sent: Tuesday, August 20, 2002 12:23 PM Subject: mysql 4.0.2 problems > Ok I got mysql 4.0.2 installed on Mandrake and its up and running. My > problem is that when I go to connect to it I get the error: > error while loading shared libraries: libmysqlclient.so.11: cannot open > s

mysql 4.0.2 problems

2002-08-19 Thread Nick Stuart
Ok I got mysql 4.0.2 installed on Mandrake and its up and running. My problem is that when I go to connect to it I get the error: error while loading shared libraries: libmysqlclient.so.11: cannot open shared object file: No such file or directory Actually (just fixed it). All I had to do was

Re: MySQL 4.0.2, 4.0.3 replication circle broken.

2002-08-15 Thread Victoria Reznichenko
Artem, Thursday, August 15, 2002, 12:06:07 PM, you wrote: AVR> In case of repliacation circle (A->B->A) query 'flush log' on any of AVR> this servers create endless loop, with creating new binary log file AVR> on each iteration. (about 30 new files every second in my case) Thanks for bug r

MySQL 4.0.2, 4.0.3 replication circle broken.

2002-08-15 Thread Artem V. Ryabov
Hello mysql, In case of repliacation circle (A->B->A) query 'flush log' on any of this servers create endless loop, with creating new binary log file on each iteration. (about 30 new files every second in my case) -- Best regards, Artem mailto:[EMAIL PROTECTED]

Re: MySQL 4.0.2 replication circle broken?

2002-08-14 Thread Artem V. Ryabov
ator:Artem Ryabov >>Organization: >>MySQL support: none >>Synopsis: too many bin-log files >>Severity: serious >>Priority: medium >>Category: mysql >>Class: sw-bug >>Release: mysql-4.0.2-alpha (Source distribution)

MySQL 4.0.2 replication circle broken?

2002-08-12 Thread artem
;Severity: serious >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-4.0.2-alpha (Source distribution) >Environment: System: Linux www2.osp.ru 2.2.19 #2 Wed Aug 15 16:02:45 MSD 2001 i686 unknown Architecture: i686 Some paths: /usr/

Re: mysql 4.0.2 startup problems

2002-08-12 Thread Martin MOKREJŠ
Hi, it's a bit late reply, to my original mail sent to bugs list. Now the problem reappeared as the box got rebooted. I was receiving in $hostname.err: 020812 11:34:20 mysqld started 020812 11:34:20 Can't find messagefile 'mysql-4.0.2-alpha-pc-linux-gnu-i686/share/mysql/eng

FreeBSD/MySQL 4.0.2 and UNION buggy?

2002-08-01 Thread Jeremy Zawodny
Is anyone else seeing odd problems with heavy use of UNIONs on a MySQL 4.0.x server on FreeBSD? I seem to be able to induce the problem on FreeBSD but not Linux. I have a lot more testing to do yet, but if someone else is seeing it that would really help to narrow the bug down. Thanks, Jeremy

Re: RE: Issues with MySQL 4.0.2

2002-07-22 Thread Victoria Reznichenko
DBs(ML), Saturday, July 20, 2002, 3:50:48 PM, you wrote: DM> 2) Nope, I have nothing on the end of the line. DM> eg. DM> set-variable = back_log = 200 DM> this works under 4.0.1 but not under 4.0.2 DM> back_log = 200 DM> this works under 4.0.2 DM> Error: (from 4.0.2 when using set-variable =

Re: MySQL 4.0.2 replication going bonkers?

2002-07-18 Thread Heikki Tuuri
Jeremy, - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Heikki Tuuri" <[EMAIL PROTECTED]> Cc: "Jon Frisby" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 19, 2002 7:17 AM Subject: Re: MySQL 4.0.2 rep

Re: MySQL 4.0.2 replication going bonkers?

2002-07-18 Thread Jeremy Zawodny
On Wed, Jul 17, 2002 at 12:02:08PM +0300, Heikki Tuuri wrote: > Jon, > > replication 4.0.1 -> 4.0.2 does not work because the format in the 4.0 > series has evolved. Currently, if your master of the 4.0 series, your slave > must be of the exact same release. How likely is that to happen again?

Error in Windows download of MySQL-Max-4.0.2; download MySQL-4.0.2 instead

2002-07-17 Thread Heikki Tuuri
Hi! There is an error in the Windows download of MySQL-Max-4.0.2. It is a wrong file, the same as MySQL-Max-4.0.1. If you do not need BDB tables, please download the Windows version of MySQL-4.0.2 (without the 'Max') instead. Best regards, Heikki Tuuri Innobase Oy --- InnoDB - tr

Re: MySQL 4.0.2 replication going bonkers?

2002-07-17 Thread Heikki Tuuri
.mysql Sent: Tuesday, July 16, 2002 4:30 AM Subject: RE: MySQL 4.0.2 replication going bonkers? > This seems to have not gotten through... Perhaps the spam filter ate it? > (sql, query) > > -JF > > > -Original Message- > > From: Jon Frisby [mailto:[EMAIL PROTECTED]

RE: MySQL 4.0.2 replication going bonkers?

2002-07-15 Thread Jon Frisby
This seems to have not gotten through... Perhaps the spam filter ate it? (sql, query) -JF > -Original Message- > From: Jon Frisby [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 4:27 PM > To: [EMAIL PROTECTED] > Subject: MySQL 4.0.2 replication going bonkers? &g

MySQL 4.0.2 replication going bonkers?

2002-07-15 Thread Jon Frisby
We recently set up a 4.0.2 slave, which worked fine -- we loaded our data snapshot (taken via mysqldump) and were able to perform complex queries without problems... However, as soon as we tried to get this machine to act as a slave to a 4.0.1 server it crashed. Immediately upon executing "SLAVE

Re: Fwd: MySQL 4.0.2 & my.cnf

2002-07-15 Thread Sinisa Milivojevic
Hi! Thank you for your test case, thanks to which a bug was fixed when --bind-address option is used. Fix will be implemented in next MySQL versions, but this is a patch that fixes it: = mysqld.cc 1.321 vs edited = *** /tmp/mysqld.cc-1.321-14677 Mon Jul 1 11:38:44 2002 --- edited/mys

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDSincl., but need help with FIXes

2002-07-14 Thread R Blake
ive file ... ar -r [-cuTLv] archive file ... ar -r [-abciuTLv] position archive file ... ar -t [-TLv] archive [file ...] ar -x [-ouTLv] archive [file ...] make[2]: *** [libmysqlclient.la] Error 1 make[2]: Leaving directory `/usr/ports/mysql-4.0.2-alpha/libmysql' make[1]: *** [a

MyCC-0.8.4 and MySQL-4.0.2

2002-07-14 Thread Daniel Kasak
Hi all. I just upgraded to MySQL-4.0.2 (great work guys) and noticed that MyCC's user administration isn't displaying privileges properly, ie doesn't show them at all. (When I say upgrade, I mean a full uninstall & new install, and import from mysqldump backups). Granting s

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl., but need help with FIXes

2002-07-14 Thread Dan Nelson
In the last episode (Jul 14), R Blake said: > --On Sunday, July 14, 2002 2:04 PM -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: > >In the last episode (Jul 13), R Blake said: > >>BUG #1: > >> does not seem to exist in BSD variants (cref: > >>http://www.netsys.com/bsdi-users/2001-11/msg00093.html), bu

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDSincl., but need help with FIXes

2002-07-14 Thread R Blake
3.html), but >> nonetheless, "./configure" sets HAVE_POLL as defined, causing make to >> fail with sys/poll.h "not found". >> >> WORKAROUND: >> == >> (EDITOR) /usr/ports/mysql-4.0.2-alph/configure.in >> (CHANGE)

Re: mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl., but need help with FIXes

2002-07-14 Thread Dan Nelson
ot;not found". > > WORKAROUND: > ====== > (EDITOR) /usr/ports/mysql-4.0.2-alph/configure.in > (CHANGE) > /* Define if you have the poll function. */ > #define HAVE_POLL 1 > (TO) > /* Define if you have the poll function. */ >

rpm of plain MySQL-4.0.2 does not contain InnoDB; download rpm of MySQL-Max-4.0.2 instead

2002-07-14 Thread Heikki Tuuri
Hi! Due to an error in the build process, the rpm of plain MySQL-4.0.2 does not contain InnoDB. Please download the rpm of MySQL-Max-4.0.2 instead. The error in the build of the plain MySQL-4.0.2 rpm will be fixed in the coming days. Best regards, Heikki Tuuri Innobase Oy

mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl.,but need help with FIXes

2002-07-13 Thread R Blake
three BUGS are reported here that have cropped up in mysql-4.0.2-alpha current system has a SUCCESSFUL install of: >Server: /usr/local/mysql/bin/mysqladmin Ver 8.23 Distrib 4.0.1-alpha, for apple-darwin5.4 on powerpc the 3 bugs: (1) poll.h not present in BSD variants; HAVE_POLL set to #def

mysql-4.0.2-alpha BROKEN on OSX 10.1.4 Server; WORKAROUNDS incl.,but need help with FIXes

2002-07-13 Thread R Blake
hi all, three BUGS are reported here that have cropped up in mysql-4.0.2-alpha on OSX 10.1.4 Server current system has a SUCCESSFUL install of: >Server: /usr/local/mysql/bin/mysqladmin Ver 8.23 Distrib 4.0.1-alpha, for apple-darwin5.4 on powerpc the 3 bugs: (1) poll.h not present in

MySQL 4.0.2 & my.cnf

2002-07-12 Thread Jindo
Hi! I recently took a test drive for MySQL 4.0.2. Installation was a breeze as always. However, when I tried to start MySQL server using the same old my.cnf which 4.0.1 had no problems with, 4.0.2 complained about the following and refused to start. 020713 07:24:55 mysqld started Unknown

Full Text Index and MySQL 4.0.2

2002-07-09 Thread Steve
Now that MySQL 4.0.2 has been released, does anyone know if Support for "always-index words" is available? This is mentioned in the todo: http://www.mysql.com/doc/F/u/Fulltext_TODO.html 'Support for "always-index words". They could be any strings the user wants to tre

Re: mysql 4.0.2

2002-07-01 Thread Victoria Reznichenko
Arul, Monday, July 01, 2002, 1:25:38 PM, you wrote: A> As i already stated , i am not able to insert a null value in a child table A> in 4.0.1 which i was able to do in 3.23.51 A> I have created a table parent and also another table child where parentid A> column in child is a foreign key to th

RE: Mysql 4.0.2

2002-07-01 Thread Cal Evans
lto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 9:14 AM To: MySQL Subject: Mysql 4.0.2 Hi As i already stated , i am not able to insert a null value in a child table in 4.0.1 which i was able to do in 3.23.51 I have created a table parent and also another table child where parentid column in

Mysql 4.0.2

2002-07-01 Thread Arul
Hi As i already stated , i am not able to insert a null value in a child table in 4.0.1 which i was able to do in 3.23.51 I have created a table parent and also another table child where parentid column in child is a foreign key to the id column in parent table It was possible that i have no e

mysql 4.0.2

2002-07-01 Thread Arul
Hi As i already stated , i am not able to insert a null value in a child table in 4.0.1 which i was able to do in 3.23.51 I have created a table parent and also another table child where parentid column in child is a foreign key to the id column in parent table It was possible that i have no e

Re: Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-21 Thread Michael Widenius
Hi! > "Vadim" == Vadim P <[EMAIL PROTECTED]> writes: Vadim> Sergei Golubchik wrote: >>> rebuild your indexes (the proper way to do it is to issue >>> REPAIR table_name USE_FRM Vadim> Sergei, would ALTER TABLE.. DROP INDEX.. ADD FULLTEXT... do the same trick? Yes, this would do the same t

Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-17 Thread Jocelyn Fournier
; Sent: Thursday, May 16, 2002 1:58 PM Subject: Re: Bug in fulltext search in latest mysql-4.0.2 source > Hi, > > I don't understand, I modified ulong ft_min_word_len=3; in > myisam/ft_static.c, and then recompiled MySQL using > BUILD/compile-pentium --without-innodb script,

Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-17 Thread Sergei Golubchik
Hi! On May 16, Jocelyn Fournier wrote: > Hi, > > I don't understand, I modified ulong ft_min_word_len=3; in > myisam/ft_static.c, and then recompiled MySQL using > BUILD/compile-pentium --without-innodb script, but show variables still > displays after restarting mysql : > > | ft_min_word_len

Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-16 Thread Jocelyn Fournier
TED]> Sent: Thursday, May 16, 2002 12:58 PM Subject: Re: Bug in fulltext search in latest mysql-4.0.2 source > Hi! > > On May 15, Jocelyn Fournier wrote: > > A small question : > > > > I have : > > > > CANON BCI-11N Cartouche noir ( BJC-70 / BJC-80 / BN-7

Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-16 Thread Vadim P.
Sergei Golubchik wrote: > rebuild your indexes (the proper way to do it is to issue > REPAIR table_name USE_FRM Sergei, would ALTER TABLE.. DROP INDEX.. ADD FULLTEXT... do the same trick? TIA, Vadim. /* sql, mysql to satisfy the spam police */

Re: Bug in fulltext search in latest mysql-4.0.2 source

2002-05-16 Thread Sergei Golubchik
Hi! On May 15, Jocelyn Fournier wrote: > A small question : > > I have : > > CANON BCI-11N Cartouche noir ( BJC-70 / BJC-80 / BN-700 ) > > in the field 'nom' . > How could I match BCI-11N for exemple ? (BCI* return nothing :( ) > > Thanks, > Jocelyn Actually, it's a question for [EMAIL PRO

bug in multi-table delete in MySQL-4.0.2 ?

2002-05-15 Thread Jocelyn Fournier
Hi, I'm just testing the new multi-table delete in MySQL-4.0.2 and I wonder if I'm doing something wrong with this query : mysql> DELETE FROM searchmainhardwarefr2,searchjoinhardwarefr2 USING searchmainhardwarefr2 as a,searchjoinhardwarefr2 as b,forumconthardwarefr2 as c WHERE

Re: MySQL 4.0.2 core file uploaded...

2002-03-02 Thread Sasha Pachev
On Tuesday 12 February 2002 09:23 pm, you wrote: > Sasha, > > I compressed it first, 'cause it was nearly 400MB in size. ?It's on > the FTP site as mysqld.core.bz2. Jeremy: Can you upload the binary itself also? I need it to be able to study the core. -- MySQL Development Team For technical s

Re: information on mysql 4.0.2

2002-02-15 Thread Fournier Jocelyn [Presence-PC]
Hi, No problem so far with mysql 4.0.x, no crash at all on a production server with a really high load. If you want to use mysql 4.0.2, take a look here : http://www.mysql.com/doc/I/n/Installing_source_tree.html Best Regards, Jocelyn Fournier Presence-PC - Original Message - From

Re: information on mysql 4.0.2

2002-02-15 Thread Jean-Francois Dionne
So it's better using 4.0.1 of 4.0.2? Jean-Francois Dionne - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Jean-Francois Dionne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 8:12 PM Subject

Re: information on mysql 4.0.2

2002-02-15 Thread Jeremy Zawodny
On Fri, Feb 15, 2002 at 08:03:19PM -0500, Jean-Francois Dionne wrote: > I see people speaking about mysql 4.0.2... but where you get it? > they write some thing about it on web page but 4.0.2 is not in the > download list... It's from the MySQL source tree. See thi

information on mysql 4.0.2

2002-02-15 Thread Jean-Francois Dionne
I see people speaking about mysql 4.0.2... but where you get it? they write some thing about it on web page but 4.0.2 is not in the download list... maybe someone can say if mysql 4 is stable? I mean if I can use it without 100 crash in 1 hour :) Sorry for bad english :) Jean-Francois Dionne

Re: MySQL 4.0.2 core file uploaded...

2002-02-15 Thread Sasha Pachev
On Tuesday 12 February 2002 09:23 pm, you wrote: > Sasha, > > I compressed it first, 'cause it was nearly 400MB in size. It's on > the FTP site as mysqld.core.bz2. Jeremy - in case you are wondering why it is taking me so long to reply - we've made a mess on our Linux build machine before the