Re: MySQL Warnings

2004-06-01 Thread Heikki Tuuri
Mike, - Original Message - From: "Mike Blezien" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Tuesday, June 01, 2004 5:29 PM Subject: MySQL Warnings > Hello, > > Noticed this morning when restarting MySQL, saw this in the error log fil

Re: MySQL Warnings

2004-06-01 Thread Mike Blezien
thx's for the input :) Mike Jigal van Hemert wrote: From: "Mike Blezien" <[EMAIL PROTECTED]> 040601 9:17:20 Warning: Asked for 196608 thread stack, but got 126976 Is this type of Warning something to be concerned about or is this common or how best to fix ?? --quote from Sergei Golubchik <[EMAIL

Re: MySQL Warnings

2004-06-01 Thread Jigal van Hemert
From: "Mike Blezien" <[EMAIL PROTECTED]> > 040601 9:17:20 Warning: Asked for 196608 thread stack, but got 126976 > Is this type of Warning something to be concerned about or is this common or how > best to fix ?? --quote from Sergei Golubchik <[EMAIL PROTECTED]> I think, this is because --l

MySQL Warnings

2004-06-01 Thread Mike Blezien
Hello, Noticed this morning when restarting MySQL, saw this in the error log file: Version 4.0.20(RPM's) --- 040601 9:17:17 /usr/sbin/mysqld: Normal shutdown 040601 9:17:18 InnoDB: Starting shutdown... 040601 9:17:20 InnoDB: Shutdown completed 040601 9:17:20 /usr

Re: mysql warnings when write locking compressed table

2002-01-25 Thread Sinisa Milivojevic
=?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > On Fri, 25 Jan 2002, Sinisa Milivojevic wrote: > > Hi, > sorry, I didn't get it. As far as I know there's no way yet how to > uncompress table my using SQL command. I have to uncompress using > `myisamchk --unpack *.MYI`, right? > > > -- > Martin M

Re: mysql warnings when write locking compressed table

2002-01-25 Thread Martin MOKREJŠ
On Fri, 25 Jan 2002, Sinisa Milivojevic wrote: Hi, sorry, I didn't get it. As far as I know there's no way yet how to uncompress table my using SQL command. I have to uncompress using `myisamchk --unpack *.MYI`, right? > =?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > > Hi, > > when I'm trying

Re: mysql warnings when write locking compressed table

2002-01-25 Thread Sinisa Milivojevic
=?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > Hi, > when I'm trying to lock multiple tables and some of the are Compressed, > mysql warn's me only about the first-one being Compressed. It either > reports the first Compressed table only from the list, or it checks > only the first-one in the list

mysql warnings when write locking compressed table

2002-01-25 Thread Martin MOKREJŠ
Hi, when I'm trying to lock multiple tables and some of the are Compressed, mysql warn's me only about the first-one being Compressed. It either reports the first Compressed table only from the list, or it checks only the first-one in the list of tables to be locked: mysql> use Escherichia_coli

Re: MySQL-Warnings

2001-01-26 Thread Tomi Junnila
* Martin Ramskogler <[EMAIL PROTECTED]> wrote on 26.01.01 12:36: > is there any way to disable all the MySQL-Warnings that are sent to my > visitors browsers when the database is down for a moment. I am using the > database to count the pageviews, and if the connection to the DB

MySQL-Warnings

2001-01-26 Thread Martin Ramskogler
Hi, is there any way to disable all the MySQL-Warnings that are sent to my visitors browsers when the database is down for a moment. I am using the database to count the pageviews, and if the connection to the DB is impossible, there should not be sent any warning to the visitors browser! Is