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

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 application makes

Re: mysql 4.0.2 preoblem

2004-08-04 Thread Michael Stassen
That's how dbs work. When rows are deleted, they reclaim that space when new rows are inserted. Hence, there is no "last row" (in fact, no order at all) unless you explicitly order the results in your select. That's what ORDER BY is for. Try SELECT autoinc_field, data_field FROM yourtable

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

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: mysql 4.0.2 problems

2002-08-20 Thread Nicholas Stuart
Heh...ya I knew I fogot to do something. You would think that would be an install step. Next task is recompilling the apache httpd as it doesnt like not having the libmysqlcleint.so.10 file which is now libmysqlcleint.so.11 thx for the tip. =D -Nick louie miranda said: > Add the mysql lib path

Re: mysql 4.0.2 problems

2002-08-19 Thread louie miranda
Add the mysql lib path on /etc/ld.so.conf and type ldconfig. :) = Thanks, Louie Miranda... WebUrl: http://axis0.endofinternet.org Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - Original Message - From: "Nick Stuart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August

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

Re: MySQL 4.0.2 replication circle broken?

2002-08-14 Thread Artem V. Ryabov
Hello all, I was check up 4.0.3 (from the Development Source Tree), bug still exist. >>Description: aor> I use replication circle (A->B, B->A) with 3.23.51 - all ok. aor> But I got problem, when upgrade both my servers to 4.0.2. aor> Mysqld create 30 new bin-log files eve

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/english/errmsg.sys' 0

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?

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? > > > We recently

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
--On Sunday, July 14, 2002 5:24 PM -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: >> > The correct thing to do is probably to fix include/my_net.h. poll >> > requires , not . In addition, there should be >> > an autoconf check for , instead of assuming that because >> > you have a poll function

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
dan, thx for your reply! --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), but >> nonetheless, ".

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 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), but nonetheless, > "./configure" sets HAVE_POLL as defined, causing make to fail with > sys/poll.h "not found". > > WORKAROUND: > ==

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
Unless I've misread your post, this was not so much a feature in .51 as it was a bug. If you have a FK contraint then you should never be able to insert a record into the child table that does not have a matching FK in the parent table. (Null does not mean no matching record.) Either remove the

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