Re: myisampack

2004-12-03 Thread Gleb Paharenko
No. Compressed storage format is a read-only format that is generated with the myisampack tool. See: http://dev.mysql.com/doc/mysql/en/Compressed_format.html Jacob Friis <[EMAIL PROTECTED]> wrote: > Is it possible to append rows to a table packed by myisampack? > > Thanks, > Jac

Re: myisampack

2004-12-03 Thread Jacob Friis
Jacob Friis wrote: Is it possible to append rows to a table packed by myisampack? No, RTFM, "Compressed storage format is a read-only format that is generated with the myisampack tool." http://dev.mysql.com/doc/mysql/en/Compressed_format.html -- MySQL General Mailing List For list archives: http:

Re: Myisampack missing from 4.1.1 Win32 binaries

2004-02-10 Thread Victoria Reznichenko
"Rick Robinson" <[EMAIL PROTECTED]> wrote: > Is the myisampack utility supposed to be included in the 4.1.1 binaries for > Windows? It's not there - I couldn't find any explicit reference in the doc > about whether this is deliberate or maybe it was just missed? You are right, myisampack is missi

Re: myisampack dumps core on some tables

2001-08-31 Thread Martin MOKREJŠ
On Fri, 31 Aug 2001, Michael Widenius wrote: > > "mmokrejs" == mmokrejs writes: > > mmokrejs> On Thu, 30 Aug 2001, Michael Widenius wrote: > mmokrejs> Hi, > mmokrejs> yes this patch *fixes* all of my problems, except one table which is/was > mmokrejs> probably too big? I haven't found an

Re: myisampack dumps core on some tables

2001-08-30 Thread Michael Widenius
Hi! > "mmokrejs" == mmokrejs writes: mmokrejs> On Thu, 30 Aug 2001, Michael Widenius wrote: mmokrejs> Hi, mmokrejs> yes this patch *fixes* all of my problems, except one table which is/was mmokrejs> probably too big? I haven't found any options that would make myisamchk to mmokrejs> ask

Re: myisampack dumps core on some tables

2001-08-30 Thread Martin MOKREJŠ
On Thu, 30 Aug 2001, Michael Widenius wrote: Hi, yes this patch *fixes* all of my problems, except one table which is/was probably too big? I haven't found any options that would make myisamchk to ask for less memory. /usr/local/mysql/bin/myisamchk: Out of memory (Needed 4294922813 bytes) /usr

Re: myisampack dumps core on some tables

2001-08-30 Thread Michael Widenius
Hi! > "Sasha" == Sasha Pachev <[EMAIL PROTECTED]> writes: Sasha> On Wednesday 29 August 2001 15:14, Martin MOKREJ? wrote: >> >Description: >> I have on Linux running 3.23.41 the following problem: >> >> $ /usr/local/mysql/bin/myisampack -v -v -f --tmpdir=/tmp Sasha> /data/mysql/Aactinomyc

Re: myisampack dumps core on some tables

2001-08-30 Thread Martin MOKREJŠ
On Wed, 29 Aug 2001, Sasha Pachev wrote: > On Wednesday 29 August 2001 15:14, Martin MOKREJ? wrote: > > >Description: > > I have on Linux running 3.23.41 the following problem: > > > > $ /usr/local/mysql/bin/myisampack -v -v -f --tmpdir=/tmp > /data/mysql/Aactinomycetemcomitans/blimps.MYI > >

Re: myisampack dumps core on some tables

2001-08-29 Thread Sasha Pachev
On Wednesday 29 August 2001 15:14, Martin MOKREJ? wrote: > >Description: > I have on Linux running 3.23.41 the following problem: > > $ /usr/local/mysql/bin/myisampack -v -v -f --tmpdir=/tmp /data/mysql/Aactinomycetemcomitans/blimps.MYI > Compressing /data/mysql/Aactinomycetemcomitans/blimps.M

RE: myisampack

2001-05-22 Thread Simon Green
No pack is like zipping some thing up. It makes it small but it still needs to be unzipped to retrieve. There is in real life no advantage to disadvatege except size of DB. Hope this help Simon -Original Message- From: Jacob Friis Larsen [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 12:54

RE: myisampack can DELETE data files

2001-01-10 Thread Steven Roussey
[root@switch logging]# ls -lh ll* -rw-r-1 root root 44M Jan 10 17:35 ll.MYD -rw-rw1 root root 126M Jan 10 17:45 ll.MYI -rw-r-1 root root 9.7k Jan 10 17:25 ll.frm [root@switch logging]# myisampack ll Compressing ll.MYD: (0 records) - Calc

RE: myisampack can DELETE data files

2001-01-10 Thread Steven Roussey
> :( > > copy MYD and frm file to new table name. Copy MYI from wrong > table to the new table name (oops). myisampack new_table. > new_table.MYD is now 64 bytes. I should have made a note: the bad MYI file copied over was for a compressed table, so myisampack said it was already compressed and s