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