Re: Error on Start Up: Threadstack not what mysqld wants

2004-03-04 Thread Daniel R. Anderson
Sasha Pachev wrote: Daniel R. Anderson wrote: Whenever I start up mysql through mysqld (in my rc.d file), I get the following error: Warning: asked for 196608 thread stack, but got 126976 (Note: numbers vary) Is this bad, and what (if anything) should I do about it? In theory, it could

Error on Start Up: Threadstack not what mysqld wants

2004-03-03 Thread Daniel R. Anderson
Whenever I start up mysql through mysqld (in my rc.d file), I get the following error: Warning: asked for 196608 thread stack, but got 126976 (Note: numbers vary) Is this bad, and what (if anything) should I do about it? Thanks in advance, Dan -- MySQL General Mailing List For list archives:

What does this error mean: Duplicate entry '273' for key 1

2004-02-05 Thread Daniel R. Anderson
I got the following error on a perl script: Duplicate entry '273' for key 1 I googled for it and found a thread telling me to DROP the table and re CREATE it. So I did, and my script is working fine. My question: why did this happen, why did dropping and recreating work, and what can I do

Re: What does this error mean: Duplicate entry '273' for key 1

2004-02-05 Thread Daniel R. Anderson
Paul DuBois wrote: At 15:50 + 2/5/04, Daniel R. Anderson wrote: I got the following error on a perl script: Duplicate entry '273' for key 1 It means you tried to set the value of the column corresponding to key one to 273, and there was already a record that had that value. I googled